POST Api/V1/BatchTransaction/Sync7
Request Information
URI Parameters
None.
Body Parameters
Mobile_BatchTransaction_Sync_7| Name | Description | Type | Additional information |
|---|---|---|---|
| _SPDProductDetails | DataTable |
None. |
|
| SPDProductDetailsString | string |
None. |
|
| TotalSPDProductRecords | integer |
None. |
|
| SPDProductMobileBatchNo | string |
None. |
|
| _PJTechDetails | DataTable |
None. |
|
| PJTechString | string |
None. |
|
| TotalPJTechRecords | integer |
None. |
|
| PJTechMobileBatchNo | string |
None. |
|
| _TSDetails | DataTable |
None. |
|
| TSString | string |
None. |
|
| TotalTSRecords | integer |
None. |
|
| TSMobileBatchNo | string |
None. |
|
| DeviceId | string |
None. |
|
| TimeZone | string |
None. |
|
| UsrId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"_SPDProductDetails": null,
"SPDProductDetailsString": "sample string 1",
"TotalSPDProductRecords": 2,
"SPDProductMobileBatchNo": "sample string 3",
"_PJTechDetails": [],
"PJTechString": "sample string 4",
"TotalPJTechRecords": 5,
"PJTechMobileBatchNo": "sample string 6",
"_TSDetails": [],
"TSString": "sample string 7",
"TotalTSRecords": 8,
"TSMobileBatchNo": "sample string 9",
"DeviceId": "sample string 10",
"TimeZone": "sample string 11",
"UsrId": 12
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
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. |