POST Api/V1/BatchTransaction/Sync1

Request Information

URI Parameters

None.

Body Parameters

Mobile_BatchTransaction_Sync_1
NameDescriptionTypeAdditional information
_unit

DataTable

None.

_asset

DataTable

None.

_assessmentdetails

DataTable

None.

_SPDProductDetails

DataTable

None.

UnitString

string

None.

AssetString

string

None.

assessmentdetails_String

string

None.

SPDProductDetailsString

string

None.

TotalUnitRecords

integer

None.

TotalAssetRecords

integer

None.

TotalAssessmentRecords

integer

None.

TotalSPDProductRecords

integer

None.

UnitMobileBatchNo

string

None.

AssetMobileBatchNo

string

None.

AssessMobileBatchNo

string

None.

SPDProductMobileBatchNo

string

None.

DeviceId

string

None.

TimeZone

string

None.

UsrId

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "_unit": null,
  "_asset": [],
  "_assessmentdetails": [],
  "_SPDProductDetails": [],
  "UnitString": "sample string 1",
  "AssetString": "sample string 2",
  "assessmentdetails_String": "sample string 3",
  "SPDProductDetailsString": "sample string 4",
  "TotalUnitRecords": 5,
  "TotalAssetRecords": 6,
  "TotalAssessmentRecords": 7,
  "TotalSPDProductRecords": 8,
  "UnitMobileBatchNo": "sample string 9",
  "AssetMobileBatchNo": "sample string 10",
  "AssessMobileBatchNo": "sample string 11",
  "SPDProductMobileBatchNo": "sample string 12",
  "DeviceId": "sample string 13",
  "TimeZone": "sample string 14",
  "UsrId": 15
}

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.