GET api/Values/Get

Documentation for 'Get'.

Request Information

Parameters

NameDescriptionAdditional information
param
Documentation for 'param'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorEntity": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Message": "sample string 4",
  "Continue": true,
  "ResponseID": "9de6b075-e1aa-4291-8801-9773463b935b",
  "ResponseObject": {
    "$id": "2"
  },
  "TRXID": "sample string 8",
  "IsSetNewListStoreCode": true,
  "siteurl": "sample string 10"
}

application/xml, text/xml

Sample:
<ResponseModel xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success>true</Success>
  <ErrorEntity>sample string 2</ErrorEntity>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Message>sample string 4</Message>
  <Continue>true</Continue>
  <ResponseID>9de6b075-e1aa-4291-8801-9773463b935b</ResponseID>
  <ResponseObject />
  <TRXID>sample string 8</TRXID>
  <IsSetNewListStoreCode>true</IsSetNewListStoreCode>
  <siteurl>sample string 10</siteurl>
</ResponseModel>