PUT api/AccountingApi/GetCHInvoicesPDF
Request Information
URI Parameters
None.
Body Parameters
Collection of stringRequest Formats
application/json, text/json
Sample:
[ "sample string 1", "sample string 2" ]
application/xml, text/xml
Sample:
<ArrayOfString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <string>sample string 1</string> <string>sample string 2</string> </ArrayOfString>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CHInvoices| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceID | string |
None. |
|
| LoadNumber | string |
None. |
|
| BOLFile | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvoiceID": "sample string 1",
"LoadNumber": "sample string 2",
"BOLFile": "QEA="
},
{
"InvoiceID": "sample string 1",
"LoadNumber": "sample string 2",
"BOLFile": "QEA="
}
]
application/xml, text/xml
Sample:
<ArrayOfCHInvoices xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<CHInvoices>
<InvoiceID>sample string 1</InvoiceID>
<LoadNumber>sample string 2</LoadNumber>
<BOLFile>QEA=</BOLFile>
</CHInvoices>
<CHInvoices>
<InvoiceID>sample string 1</InvoiceID>
<LoadNumber>sample string 2</LoadNumber>
<BOLFile>QEA=</BOLFile>
</CHInvoices>
</ArrayOfCHInvoices>