GET v1/location/{locationID}/BOLTemplate
Retrieve BOL Template for a specific location
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID | string |
None. |
Body Parameters
None.
Response Information
Resource Description
BOLTemplateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BOLTemplateID | integer |
None. |
|
| TemplateName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"bolTemplateID": 1,
"templateName": "sample string 2"
}