POST api/BreeceDisplay/AssignNfcTagToDisplay
Request Information
URI Parameters
None.
Body Parameters
BreeceAssignNfcTagDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| SerialNumber | string |
None. |
|
| NfcTagUID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"SerialNumber": "sample string 2",
"NfcTagUID": "sample string 3"
}
application/xml, text/xml
Sample:
<BreeceAssignNfcTagDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.BreeceDisplay"> <LocationId>1</LocationId> <NfcTagUID>sample string 3</NfcTagUID> <SerialNumber>sample string 2</SerialNumber> </BreeceAssignNfcTagDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.