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-03-04T11:56:38.0354503+00:00",
"SyncGuid": "0c9abfc2-dcda-4e94-952c-bde384360234",
"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-03-04T11:56:38.0354503+00:00</ScanTime> <SyncGuid>0c9abfc2-dcda-4e94-952c-bde384360234</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.