Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates a setup cloud migration in Business Central.
HTTP request
Replace the URL prefix for Business Central depending on environment following the guideline..
POST businesscentralPrefix/companies({id})/setupCloudMigrations({id})
Request headers
| Header | Value |
|---|---|
| Authorization | Bearer {token}. Required. |
| Content-Type | application/json |
| If-Match | Required. When this request header is included and the eTag provided does not match the current tag on the setupCloudMigration, the setupCloudMigration will not be updated. |
Request body
In the request body, supply a JSON representation of a setupCloudMigration object.
Response
If successful, this method returns 201 Created response code and a setupCloudMigration object in the response body.
Example
Request
Here is an example of the request.
POST https://{businesscentralPrefix}/api/v1.0/companies({id})/setupCloudMigrations({id})
Content-type: application/json
{
"id" : "",
"productId" : "",
"sqlServerType" : "",
"sqlConnectionString" : "",
"runtimeName" : "",
"runtimeKey" : ""
}
Response
Here is an example of the response.
HTTP/1.1 201 Created
Content-type: application/json
{
"id" : "",
"productId" : "",
"sqlServerType" : "",
"sqlConnectionString" : "",
"runtimeName" : "",
"runtimeKey" : ""
}
Related information
Tips for working with the APIs
setupCloudMigration
GET setupCloudMigration
PATCH setupCloudMigration