POST Api/Migration/BatchSyncUpdate
Request Information
URI Parameters
None.
Body Parameters
Post_BatchMigration_Sync| Name | Description | Type | Additional information |
|---|---|---|---|
| MobileTranId | string |
None. |
|
| Type | integer |
None. |
|
| UsrId | integer |
None. |
|
| DeviceId | string |
None. |
|
| Batchno | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"MobileTranId": "sample string 1",
"Type": 2,
"UsrId": 3,
"DeviceId": "sample string 4",
"Batchno": "sample string 5"
}
application/xml, text/xml
Sample:
<Post_BatchMigration_Sync xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models"> <Batchno>sample string 5</Batchno> <DeviceId>sample string 4</DeviceId> <MobileTranId>sample string 1</MobileTranId> <Type>2</Type> <UsrId>3</UsrId> </Post_BatchMigration_Sync>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |