GET api/Admin/EInk/Badges/locations/{locationId}/config
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EInkBadgeLocationConfigDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| FeatureEInkBadges | boolean |
None. |
|
| TemplateId | integer |
None. |
|
| TemplateEmptyId | integer |
None. |
|
| PhotoRequired | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"FeatureEInkBadges": true,
"TemplateId": 1,
"TemplateEmptyId": 1,
"PhotoRequired": true
}
application/xml, text/xml
Sample:
<EInkBadgeLocationConfigDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.Badges"> <FeatureEInkBadges>true</FeatureEInkBadges> <LocationId>1</LocationId> <PhotoRequired>true</PhotoRequired> <TemplateEmptyId>1</TemplateEmptyId> <TemplateId>1</TemplateId> </EInkBadgeLocationConfigDTO>