POST api/coreplatformstate/reportMigration
Reports that a data migration has been shedueled.
Request Information
URI Parameters
None.
Body Parameters
ReportMigrationStateDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | date |
None. |
|
| StateSetBy | string |
None. |
|
| AgencyId | integer |
None. |
|
| Node | integer |
None. |
|
| ResourceLockKey | string |
None. |
|
| Reference | string |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| EstimatedClearingDate | date |
None. |
|
| MigrationId | integer |
None. |
|
| EstimatedMigrationDuration | time interval |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"StartTime": "2025-11-18T14:03:51.8338433Z",
"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": "2025-11-18T14:03:51.8338433Z",
"MigrationId": 9,
"EstimatedMigrationDuration": "00:00:00.1234567"
}
Response Information
Resource Description
stringResponse Formats
text/plain
Sample:
sample string 1
application/json, text/json
Sample:
"sample string 1"