GET Vending/Info?badgeID={badgeID}
Retrieve info about the badgeID
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| badgeID |
Badge ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
VendingBadgeInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerCode | integer |
None. |
|
| Status | VendingResponseStatus |
None. |
Response Formats
application/json, text/json
Sample:
{
"CustomerCode": 1,
"Status": "OK"
}
application/xml, text/xml
Sample:
<VendingBadgeInfoResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sportrick.ApiModel.Responses"> <CustomerCode>1</CustomerCode> <Status>OK</Status> </VendingBadgeInfoResponse>