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-07-13T15:17:02.126345+00:00",
"SyncGuid": "0d8be407-48fc-4d0a-a138-d0b0d872e18a",
"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-07-13T15:17:02.126345+00:00</ScanTime> <SyncGuid>0d8be407-48fc-4d0a-a138-d0b0d872e18a</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.