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.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
brandId

integer

Required

Body Parameters

None.

Response Information

Resource Description

text or html

Dezrez.Core.DataContracts.External.Api.DocumentGeneration.Query.DefaultTextResponseDataContract
NameDescriptionTypeAdditional information
ContentType

string

None.

Content

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ContentType": "sample string 1",
  "Content": "sample string 2"
}