POST api/GateAttendances

Request Information

URI Parameters

None.

Body Parameters

GateAttendance
NameDescriptionTypeAdditional information
Id

integer

None.

QR_data

string

None.

created_at

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "QR_data": "sample string 2",
  "created_at": "2024-11-14T16:51:14.3086443-08:00"
}

application/xml, text/xml

Sample:
<GateAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QrAPI.Models">
  <Id>1</Id>
  <QR_data>sample string 2</QR_data>
  <created_at>2024-11-14T16:51:14.3086443-08:00</created_at>
</GateAttendance>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GateAttendance
NameDescriptionTypeAdditional information
Id

integer

None.

QR_data

string

None.

created_at

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "QR_data": "sample string 2",
  "created_at": "2024-11-14T16:51:14.5585804-08:00"
}

application/xml, text/xml

Sample:
<GateAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QrAPI.Models">
  <Id>1</Id>
  <QR_data>sample string 2</QR_data>
  <created_at>2024-11-14T16:51:14.5585804-08:00</created_at>
</GateAttendance>