GET api/Order/RedeemableBy_LookUp/{id}
Allows you to get a specific Redeemable By Lookup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
ID of to get |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
with the information
IRedeemableBy_LookUpName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Description | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<RedeemableBy_LookUp> <ID>0</ID> <Description /> </RedeemableBy_LookUp>
application/json, text/json
Sample:
{ "ID": 0 }