POST api/Nfc/NotifyFailure

Request Information

URI Parameters

None.

Body Parameters

NfcNotifyFailureDTO
NameDescriptionTypeAdditional information
Subject

string

None.

Message

string

None.

LocationId

integer

None.

NfcTagUID

string

None.

ReaderSerialNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Subject": "sample string 1",
  "Message": "sample string 2",
  "LocationId": 1,
  "NfcTagUID": "sample string 3",
  "ReaderSerialNumber": "sample string 4"
}

application/xml, text/xml

Sample:
<NfcNotifyFailureDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.Nfc">
  <LocationId>1</LocationId>
  <Message>sample string 2</Message>
  <NfcTagUID>sample string 3</NfcTagUID>
  <ReaderSerialNumber>sample string 4</ReaderSerialNumber>
  <Subject>sample string 1</Subject>
</NfcNotifyFailureDTO>

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 'NfcNotifyFailureDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.