POST api/public/eink/ReserveNameTagsBatch

Request Information

URI Parameters

None.

Body Parameters

ReserveNameTagsBatchDTO
NameDescriptionTypeAdditional information
LocationId

integer

None.

Items

Collection of ReserveNameTagItemDTO

None.

Request Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "Items": [
    {
      "VisitorId": "54d93bb4-325d-48c0-8ccd-8745619f13e6",
      "NameTagId": 2,
      "Name": "sample string 3",
      "Company": "sample string 4",
      "HostName": "sample string 5",
      "VisitorArrivalDate": "2026-07-17T02:25:11.5217684+00:00",
      "EntraId": "daded26d-2eb7-4acd-a52c-585846aadf9e",
      "EntraRowId": 1
    },
    {
      "VisitorId": "54d93bb4-325d-48c0-8ccd-8745619f13e6",
      "NameTagId": 2,
      "Name": "sample string 3",
      "Company": "sample string 4",
      "HostName": "sample string 5",
      "VisitorArrivalDate": "2026-07-17T02:25:11.5217684+00:00",
      "EntraId": "daded26d-2eb7-4acd-a52c-585846aadf9e",
      "EntraRowId": 1
    }
  ]
}

application/xml, text/xml

Sample:
<ReserveNameTagsBatchDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.BreeceDisplay">
  <Items>
    <ReserveNameTagItemDTO>
      <Company>sample string 4</Company>
      <EntraId>daded26d-2eb7-4acd-a52c-585846aadf9e</EntraId>
      <EntraRowId>1</EntraRowId>
      <HostName>sample string 5</HostName>
      <Name>sample string 3</Name>
      <NameTagId>2</NameTagId>
      <VisitorArrivalDate>2026-07-17T02:25:11.5217684+00:00</VisitorArrivalDate>
      <VisitorId>54d93bb4-325d-48c0-8ccd-8745619f13e6</VisitorId>
    </ReserveNameTagItemDTO>
    <ReserveNameTagItemDTO>
      <Company>sample string 4</Company>
      <EntraId>daded26d-2eb7-4acd-a52c-585846aadf9e</EntraId>
      <EntraRowId>1</EntraRowId>
      <HostName>sample string 5</HostName>
      <Name>sample string 3</Name>
      <NameTagId>2</NameTagId>
      <VisitorArrivalDate>2026-07-17T02:25:11.5217684+00:00</VisitorArrivalDate>
      <VisitorId>54d93bb4-325d-48c0-8ccd-8745619f13e6</VisitorId>
    </ReserveNameTagItemDTO>
  </Items>
  <LocationId>1</LocationId>
</ReserveNameTagsBatchDTO>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.