POST VouchersIdentificationsPdfPackage

Request Information

URI Parameters

None.

Body Parameters

VoucherPrintRenderRequestDto
NameDescriptionTypeAdditional information
IdVouchers

string

None.

VoucherIds

Collection of globally unique identifier

None.

CodeType

VoucherPrintCodeType

None.

TemplateEngine

VoucherPrintTemplateEngine

None.

TemplateName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "IdVouchers": "sample string 1",
  "VoucherIds": [
    "da8f0374-9374-44ff-801a-efe327c41a11",
    "153aad6c-f109-42e9-a54a-9ced1fddf819"
  ],
  "CodeType": 0,
  "TemplateEngine": 0,
  "TemplateName": "sample string 2"
}

application/xml, text/xml

Sample:
<VoucherPrintRenderRequestDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Ationet.Model.Vouchers">
  <CodeType>Qr</CodeType>
  <IdVouchers>sample string 1</IdVouchers>
  <TemplateEngine>Handlebars</TemplateEngine>
  <TemplateName>sample string 2</TemplateName>
  <VoucherIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>da8f0374-9374-44ff-801a-efe327c41a11</d2p1:guid>
    <d2p1:guid>153aad6c-f109-42e9-a54a-9ced1fddf819</d2p1:guid>
  </VoucherIds>
</VoucherPrintRenderRequestDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.