POST api/coreplatformstate/reportMigration
Reports that a data migration has been shedueled.
Request Information
URI Parameters
None.
Body Parameters
Dezrez.Core.DataContracts.External.Api.CorePlatformState.ReportMigrationStateDataContractName | 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": "2024-11-21T09:54:24.9688858Z", "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": "2024-11-21T09:54:24.9688858Z", "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"