POST Api/V1/BatchTransaction/Sync10

Request Information

URI Parameters

None.

Body Parameters

Mobile_BatchTransaction_Sync_10
NameDescriptionTypeAdditional information
SpareDetails

DataTable

None.

TotalSPareRecords

integer

None.

SpareDetailsString

string

None.

SpareMobileBatchNo

string

None.

DeviceId

string

None.

TimeZone

string

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "SpareDetails": null,
  "TotalSPareRecords": 1,
  "SpareDetailsString": "sample string 2",
  "SpareMobileBatchNo": "sample string 3",
  "DeviceId": "sample string 4",
  "TimeZone": "sample string 5",
  "UsrId": 6
}

application/xml, text/xml

Sample:
<Mobile_BatchTransaction_Sync_10 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models">
  <DeviceId>sample string 4</DeviceId>
  <SpareDetails i:nil="true" />
  <SpareDetailsString>sample string 2</SpareDetailsString>
  <SpareMobileBatchNo>sample string 3</SpareMobileBatchNo>
  <TimeZone>sample string 5</TimeZone>
  <TotalSPareRecords>1</TotalSPareRecords>
  <UsrId>6</UsrId>
</Mobile_BatchTransaction_Sync_10>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.