POST Api/V1/BatchTransaction/Sync6

Request Information

URI Parameters

None.

Body Parameters

Mobile_BatchTransaction_Sync_6
NameDescriptionTypeAdditional information
STDetails

DataTable

None.

DCDetails

DataTable

None.

LPDetails

DataTable

None.

STString

string

None.

DCString

string

None.

LPString

string

None.

TotalSTRecords

integer

None.

STMobileBatchNo

string

None.

TotalDCRecords

integer

None.

DCMobileBatchNo

string

None.

TotalLPRecords

integer

None.

LPMobileBatchNo

string

None.

DeviceId

string

None.

TimeZone

string

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "STDetails": null,
  "DCDetails": [],
  "LPDetails": [],
  "STString": "sample string 1",
  "DCString": "sample string 2",
  "LPString": "sample string 3",
  "TotalSTRecords": 4,
  "STMobileBatchNo": "sample string 5",
  "TotalDCRecords": 6,
  "DCMobileBatchNo": "sample string 7",
  "TotalLPRecords": 8,
  "LPMobileBatchNo": "sample string 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
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.