POST Api/V1/BatchTransaction/Sync5

Request Information

URI Parameters

None.

Body Parameters

Mobile_BatchTransaction_Sync_5
NameDescriptionTypeAdditional information
AMDetails

DataTable

None.

PIDetails

DataTable

None.

RFCheckList

DataTable

None.

PJWorkPerformed

DataTable

None.

RIFOProduct

DataTable

None.

AMString

string

None.

PIString

string

None.

RFCheckListString

string

None.

PJWorkPerformedString

string

None.

RIFOProductString

string

None.

TotalAMRecords

integer

None.

AMMobileBatchNo

string

None.

TotalRFCLRecords

integer

None.

RFCLMobileBatchNo

string

None.

TotalPJWPRecords

integer

None.

PJWPMobileBatchNo

string

None.

TotalRIFORecords

integer

None.

RIFOMobileBatchNo

string

None.

DeviceId

string

None.

TimeZone

string

None.

UsrId

integer

None.

IsLiveHit

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "AMDetails": null,
  "PIDetails": [],
  "RFCheckList": [],
  "PJWorkPerformed": [],
  "RIFOProduct": [],
  "AMString": "sample string 1",
  "PIString": "sample string 2",
  "RFCheckListString": "sample string 3",
  "PJWorkPerformedString": "sample string 4",
  "RIFOProductString": "sample string 5",
  "TotalAMRecords": 6,
  "AMMobileBatchNo": "sample string 7",
  "TotalRFCLRecords": 8,
  "RFCLMobileBatchNo": "sample string 9",
  "TotalPJWPRecords": 10,
  "PJWPMobileBatchNo": "sample string 11",
  "TotalRIFORecords": 12,
  "RIFOMobileBatchNo": "sample string 13",
  "DeviceId": "sample string 14",
  "TimeZone": "sample string 15",
  "UsrId": 16,
  "IsLiveHit": 17
}

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.