POST Api/V1/BatchTransaction/Sync9

Request Information

URI Parameters

None.

Body Parameters

Mobile_BatchTransaction_Sync_9
NameDescriptionTypeAdditional information
TSSDetails

DataTable

None.

TSSDetailsString

string

None.

TotalTSSRecords

integer

None.

TSSPMobileBatchNo

string

None.

DeviceId

string

None.

TimeZone

string

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "TSSDetails": null,
  "TSSDetailsString": "sample string 1",
  "TotalTSSRecords": 2,
  "TSSPMobileBatchNo": "sample string 3",
  "DeviceId": "sample string 4",
  "TimeZone": "sample string 5",
  "UsrId": 6
}

application/xml, text/xml

Sample:
<Mobile_BatchTransaction_Sync_9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS_Models">
  <DeviceId>sample string 4</DeviceId>
  <TSSDetails i:nil="true" />
  <TSSDetailsString>sample string 1</TSSDetailsString>
  <TSSPMobileBatchNo>sample string 3</TSSPMobileBatchNo>
  <TimeZone>sample string 5</TimeZone>
  <TotalTSSRecords>2</TotalTSSRecords>
  <UsrId>6</UsrId>
</Mobile_BatchTransaction_Sync_9>

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.