POST api/DataAreaMigration/MigrateRowData

Request Information

URI Parameters

None.

Body Parameters

DataAreaMigrationRequestDto
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json, text/plain

Sample:

Sample not available.