POST api/Nfc/RegisterOldCateringScan
Request Information
URI Parameters
None.
Body Parameters
NfcTagPostScanRepairDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| NfcTag | string |
None. |
|
| ReaderSerialNumber | string |
None. |
|
| ScanTime | date |
None. |
|
| SyncGuid | globally unique identifier |
None. |
|
| IsServerTime | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"NfcTag": "sample string 1",
"ReaderSerialNumber": "sample string 2",
"ScanTime": "2026-05-27T18:06:14.6113002+00:00",
"SyncGuid": "2835ba7b-f2f2-422c-890c-54edbb576e1b",
"IsServerTime": true
}
application/xml, text/xml
Sample:
<NfcTagPostScanRepairDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Nfc"> <IsServerTime>true</IsServerTime> <NfcTag>sample string 1</NfcTag> <ReaderSerialNumber>sample string 2</ReaderSerialNumber> <ScanTime>2026-05-27T18:06:14.6113002+00:00</ScanTime> <SyncGuid>2835ba7b-f2f2-422c-890c-54edbb576e1b</SyncGuid> </NfcTagPostScanRepairDTO>
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.