GET v1/location/{locationID}/BOLTemplate

Retrieve BOL Template for a specific location

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationID

string

None.

Body Parameters

None.

Response Information

Resource Description

BOLTemplateModel
NameDescriptionTypeAdditional information
BOLTemplateID

integer

None.

TemplateName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "bolTemplateID": 1,
  "templateName": "sample string 2"
}