POST Api/V1/BatchTransaction/Sync8
Request Information
URI Parameters
None.
Body Parameters
Mobile_BatchTransaction_Sync_8| Name | Description | Type | Additional information |
|---|---|---|---|
| SWWorkPerformed | DataTable |
None. |
|
| _EvidenceDocuments | DataTable |
None. |
|
| SWWorkPerformedString | string |
None. |
|
| EvidenceDocumentsString | string |
None. |
|
| TotalSWPRecords | integer |
None. |
|
| SWWPMobileBatchNo | string |
None. |
|
| Evidence_MobileBatchNo | string |
None. |
|
| Evidence_TotalRecords | integer |
None. |
|
| DeviceId | string |
None. |
|
| TimeZone | string |
None. |
|
| UsrId | integer |
None. |
|
| IsLiveHit | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"SWWorkPerformed": null,
"_EvidenceDocuments": [],
"SWWorkPerformedString": "sample string 1",
"EvidenceDocumentsString": "sample string 2",
"TotalSWPRecords": 3,
"SWWPMobileBatchNo": "sample string 4",
"Evidence_MobileBatchNo": "sample string 5",
"Evidence_TotalRecords": 6,
"DeviceId": "sample string 7",
"TimeZone": "sample string 8",
"UsrId": 9,
"IsLiveHit": 10
}
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. |