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

NameDescriptionTypeAdditional 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.

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean>true</boolean>