POST api/DataAreaMigration/MigrateRowData
Request Information
URI Parameters
None.
Body Parameters
DataAreaMigrationRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | integer |
None. |
|
| ReportOnly | boolean |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
{
"clientId": 1,
"reportOnly": true
}
text/plain
Sample:
{"clientId":1,"reportOnly":true}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/plain
Sample:
Sample not available.