POST api/Admin/EInk/UpdateNameTag

Request Information

URI Parameters

None.

Body Parameters

UpdateNameTagDTO
NameDescriptionTypeAdditional information
LocationId

integer

None.

NameTagId

integer

None.

VisitorArrivalDate

date

None.

VisitorId

globally unique identifier

None.

Name

string

None.

Company

string

None.

QRCodeURL

string

None.

HostName

string

None.

EntraId

globally unique identifier

None.

EntraRowId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "NameTagId": 2,
  "VisitorArrivalDate": "2026-05-27T18:58:02.3403902+00:00",
  "VisitorId": "534d9723-0795-482d-a402-fe06e19677f6",
  "Name": "sample string 3",
  "Company": "sample string 4",
  "QRCodeURL": "sample string 5",
  "HostName": "sample string 6",
  "EntraId": "848f33f2-5870-41a3-b8e7-c68159ff4a54",
  "EntraRowId": 1
}

application/xml, text/xml

Sample:
<UpdateNameTagDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.BreeceDisplay">
  <Company>sample string 4</Company>
  <EntraId>848f33f2-5870-41a3-b8e7-c68159ff4a54</EntraId>
  <EntraRowId>1</EntraRowId>
  <HostName>sample string 6</HostName>
  <LocationId>1</LocationId>
  <Name>sample string 3</Name>
  <NameTagId>2</NameTagId>
  <QRCodeURL>sample string 5</QRCodeURL>
  <VisitorArrivalDate>2026-05-27T18:58:02.3403902+00:00</VisitorArrivalDate>
  <VisitorId>534d9723-0795-482d-a402-fe06e19677f6</VisitorId>
</UpdateNameTagDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.