POST api/Helper/SHOP_GET_HISTORY_BY_ID

Request Information

URI Parameters

None.

Body Parameters

ZShopGetHistoryByIDRequest
NameDescriptionTypeAdditional information
ID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1
}

application/xml, text/xml

Sample:
<ZShopGetHistoryByIDRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ID>1</ID>
</ZShopGetHistoryByIDRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ZShopGetHistoryByIDResponse
NameDescriptionTypeAdditional information
ActionName

string

None.

ActionCode

string

None.

Description

string

None.

CreatedName

string

None.

CreatedDate

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ActionName": "sample string 1",
  "ActionCode": "sample string 2",
  "Description": "sample string 3",
  "CreatedName": "sample string 4",
  "CreatedDate": "sample string 5"
}

application/xml, text/xml

Sample:
<ZShopGetHistoryByIDResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
  <ActionCode>sample string 2</ActionCode>
  <ActionName>sample string 1</ActionName>
  <CreatedDate>sample string 5</CreatedDate>
  <CreatedName>sample string 4</CreatedName>
  <Description>sample string 3</Description>
</ZShopGetHistoryByIDResponse>