createPDFByOrders

enterpriseKey
string
required

Unique authorization code that identifies the customer.

filters
object
trackCodes
array[string]

Object with filters to generate tickets in PDF format.

Example:
["XXXXXXXX","YYYYYYYYYY"]
Example
1
{
2
"enterpriseKey": "string",
3
"filters": {
4
"trackCodes": [
5
"XXXXXXXX",
6
"YYYYYYYYYY"
7
]
8
}
9
}