POST api/public/eink/badges/{badgeId}/assign
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| badgeId | integer |
Required |
Body Parameters
EInkBadgeAssignRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| VisitorId | globally unique identifier |
None. |
|
| EntraRowId | integer |
None. |
|
| Name | string |
None. |
|
| Company | string |
None. |
|
| HostName | string |
None. |
|
| VisitorArrivalDate | date |
None. |
|
| NoPhoto | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"VisitorId": "95e509bb-dc34-4c0e-9c71-09c98de6f915",
"EntraRowId": 2,
"Name": "sample string 3",
"Company": "sample string 4",
"HostName": "sample string 5",
"VisitorArrivalDate": "2026-07-13T15:20:32.0644123+00:00",
"NoPhoto": true
}
application/xml, text/xml
Sample:
<EInkBadgeAssignRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.Badges"> <Company>sample string 4</Company> <EntraRowId>2</EntraRowId> <HostName>sample string 5</HostName> <Name>sample string 3</Name> <NoPhoto>true</NoPhoto> <VisitorArrivalDate>2026-07-13T15:20:32.0644123+00:00</VisitorArrivalDate> <VisitorId>95e509bb-dc34-4c0e-9c71-09c98de6f915</VisitorId> </EInkBadgeAssignRequestDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.