GET api/stationary/html/{brandId}
Does a simple merge of the selected envelopeTemplatePack using the data supplied will only use certain merge functions, and the correspondence can only contain one envelope and the envelope can only contain one document. Processes this stationary API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| brandId |
The unique identifier of the brand resource. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
text or html
DefaultTextResponseDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| ContentType |
The content type value. |
string |
None. |
| Content |
The content value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ContentType": "sample string 1",
"Content": "sample string 2"
}