POST Api/V1/BatchTransaction/Sync3
Request Information
URI Parameters
None.
Body Parameters
Mobile_BatchTransaction_Sync_3| Name | Description | Type | Additional information |
|---|---|---|---|
| _timelog | DataTable |
None. |
|
| _bill | DataTable |
None. |
|
| _SiteInfo | DataTable |
None. |
|
| TimeLogString | string |
None. |
|
| BillString | string |
None. |
|
| SiteInfoString | string |
None. |
|
| TimeLog_MobileBatchno | string |
None. |
|
| TimeLog_TotalRecords | integer |
None. |
|
| BillDetails_MobileBatchno | string |
None. |
|
| BillDetails_TotalRecords | integer |
None. |
|
| Site_MobileBatchno | string |
None. |
|
| Site_TotalRecords | integer |
None. |
|
| DeviceId | string |
None. |
|
| TimeZone | string |
None. |
|
| UsrId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"_timelog": null,
"_bill": [],
"_SiteInfo": [],
"TimeLogString": "sample string 1",
"BillString": "sample string 2",
"SiteInfoString": "sample string 3",
"TimeLog_MobileBatchno": "sample string 4",
"TimeLog_TotalRecords": 5,
"BillDetails_MobileBatchno": "sample string 6",
"BillDetails_TotalRecords": 7,
"Site_MobileBatchno": "sample string 8",
"Site_TotalRecords": 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. |