POST api/coreplatformstate/reportMigration
Reports that a data migration has been shedueled. Processes this core platform state API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
None.
Body Parameters
The report migration state data contract supplied with the request.
ReportMigrationStateDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime |
The start time, expressed as a date and time. |
date |
None. |
| StateSetBy |
The state set by value. |
string |
None. |
| AgencyId |
The unique identifier of the related agency resource. |
integer |
None. |
| Node |
The node value. |
integer |
None. |
| ResourceLockKey |
The resource lock key value. |
string |
None. |
| Reference |
The reference value. |
string |
None. |
| Title |
The title value. |
string |
None. |
| Description |
The description value. |
string |
None. |
| EstimatedClearingDate |
The estimated clearing date, expressed as a date and time. |
date |
None. |
| MigrationId |
The unique identifier of the related migration resource. |
integer |
None. |
| EstimatedMigrationDuration |
The estimated migration duration value. |
time interval |
None. |
Request Formats
application/x-www-form-urlencoded
Sample not available.
application/json, text/json
{
"StartTime": "2026-07-23T10:32:45.2901455Z",
"StateSetBy": "sample string 2",
"AgencyId": 3,
"Node": 4,
"ResourceLockKey": "sample string 5",
"Reference": "sample string 6",
"Title": "sample string 7",
"Description": "sample string 8",
"EstimatedClearingDate": "2026-07-23T10:32:45.2901455Z",
"MigrationId": 9,
"EstimatedMigrationDuration": "00:00:00.1234567"
}
Response Information
Resource Description
The response returned after the operation completes.
stringResponse Formats
text/plain
sample string 1
application/json, text/json
"sample string 1"