GET api/Admin/EInk/Badges/bindings/effective/{locationId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationId

integer

Required

Body Parameters

None.

Response Information

Resource Description

EInkBadgeEffectiveDesignDTO
NameDescriptionTypeAdditional information
LocationId

integer

None.

TemplateId

integer

None.

TemplateIdSource

string

None.

TemplateEmptyId

integer

None.

TemplateEmptyIdSource

string

None.

TemplateNoPhotoId

integer

None.

TemplateNoPhotoIdSource

string

None.

Response Formats

application/json, text/json

Sample:
{
  "LocationId": 1,
  "TemplateId": 1,
  "TemplateIdSource": "sample string 2",
  "TemplateEmptyId": 1,
  "TemplateEmptyIdSource": "sample string 3",
  "TemplateNoPhotoId": 1,
  "TemplateNoPhotoIdSource": "sample string 4"
}

application/xml, text/xml

Sample:
<EInkBadgeEffectiveDesignDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.Badges">
  <LocationId>1</LocationId>
  <TemplateEmptyId>1</TemplateEmptyId>
  <TemplateEmptyIdSource>sample string 3</TemplateEmptyIdSource>
  <TemplateId>1</TemplateId>
  <TemplateIdSource>sample string 2</TemplateIdSource>
  <TemplateNoPhotoId>1</TemplateNoPhotoId>
  <TemplateNoPhotoIdSource>sample string 4</TemplateNoPhotoIdSource>
</EInkBadgeEffectiveDesignDTO>