GET api/Item

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseVM
NameDescriptionTypeAdditional information
StatusCode

integer

None.

Message

string

None.

SuccessList

Object

None.

ErrorList

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "StatusCode": 1,
  "Message": "sample string 2",
  "SuccessList": {},
  "ErrorList": {}
}

application/xml, text/xml

Sample:
<ResponseVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/POS_HMAPI.Models">
  <ErrorList />
  <Message>sample string 2</Message>
  <StatusCode>1</StatusCode>
  <SuccessList />
</ResponseVM>