POST Api/V1/BatchTransaction/Sync2
Request Information
URI Parameters
None.
Body Parameters
Mobile_BatchTransaction_Sync_2| Name | Description | Type | Additional information |
|---|---|---|---|
| _battery | DataTable |
None. |
|
| _recommendation | DataTable |
None. |
|
| _alarm_CheckList | DataTable |
None. |
|
| _cctv_CheckList | DataTable |
None. |
|
| _Siteassessment_CheckList | DataTable |
None. |
|
| BatteryString | string |
None. |
|
| recommendationString | string |
None. |
|
| alarm_checklist_String | string |
None. |
|
| cctv_checklist_String | string |
None. |
|
| Siteassessment_checklist_String | string |
None. |
|
| BatteryMobileBatchno | string |
None. |
|
| BatteryTotalRecords | integer |
None. |
|
| AlarmMobileBatchno | string |
None. |
|
| AlarmTotalRecords | integer |
None. |
|
| CCTVMobileBatchno | string |
None. |
|
| CCTVTotalRecords | integer |
None. |
|
| RecommendationMobileBatchno | string |
None. |
|
| RecommendationTotalRecords | integer |
None. |
|
| SiteMobileBatchno | string |
None. |
|
| SiteTotalRecords | integer |
None. |
|
| DeviceId | string |
None. |
|
| TimeZone | string |
None. |
|
| UsrId | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"_battery": null,
"_recommendation": [],
"_alarm_CheckList": [],
"_cctv_CheckList": [],
"_Siteassessment_CheckList": [],
"BatteryString": "sample string 1",
"recommendationString": "sample string 2",
"alarm_checklist_String": "sample string 3",
"cctv_checklist_String": "sample string 4",
"Siteassessment_checklist_String": "sample string 5",
"BatteryMobileBatchno": "sample string 6",
"BatteryTotalRecords": 7,
"AlarmMobileBatchno": "sample string 8",
"AlarmTotalRecords": 9,
"CCTVMobileBatchno": "sample string 10",
"CCTVTotalRecords": 11,
"RecommendationMobileBatchno": "sample string 12",
"RecommendationTotalRecords": 13,
"SiteMobileBatchno": "sample string 14",
"SiteTotalRecords": 15,
"DeviceId": "sample string 16",
"TimeZone": "sample string 17",
"UsrId": 18
}
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. |