GET api/Values/Get/{id}
Documentation for 'Get'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | Documentation for 'id'. |
Define this parameter in the request URI. |
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": "942b2269-deb6-4de1-a099-7bba59f04d99",
"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>942b2269-deb6-4de1-a099-7bba59f04d99</ResponseID> <ResponseObject /> <TRXID>sample string 8</TRXID> <IsSetNewListStoreCode>true</IsSetNewListStoreCode> <siteurl>sample string 10</siteurl> </ResponseModel>
Response Information
Response body formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string>sample string 1</string>