GET v2/Tcus/{uuid}/IsAvailableBeacon
Returns true if the given uuid belong to a bluetooth beacon that has not been assigned a customer.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
uuid |
UUID that identifies the beacon |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns true if the given uuid belong to a bluetooth beacon that has not been assigned a customer.
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean>true</boolean>