POST api/Nfc/RegisterOldCateringScan

Request Information

URI Parameters

None.

Body Parameters

NfcTagPostScanRepairDTO
NameDescriptionTypeAdditional 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:08:00.485432+00:00",
  "SyncGuid": "9ece6ca0-6c63-4e40-875c-0c422fe5441e",
  "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:08:00.485432+00:00</ScanTime>
  <SyncGuid>9ece6ca0-6c63-4e40-875c-0c422fe5441e</SyncGuid>
</NfcTagPostScanRepairDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NfcTagPostScanRepairDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.