Get Invoice Pdf by Invoice Code
This REST API is used to fetch invoice print from Uniware using invoice code.
Tip
It is recommended to check out Notes for the reader. You might find this helpful as it contains Guidelines for using API references and Terminologies used here.
Basic Information
NAME | DETAILS |
---|---|
Endpoint: | /services/rest/v1/oms/invoice/show |
Request Type: | GET |
Level: | Facility |
Scheme: | HTTPS |
Header (Authorization): | bearer {access-token}, Eg.: bearer b30f3aea-7978-49bb-9ea7-33eddfc80afa |
Header (facility): | facility code as in Uniware (refer FAQs) |
Query Parameters
PARAMETER | TYPE | DESCRIPTION | MANDATORY | NOTES |
---|---|---|---|---|
invoiceCodes | string | invoiceCode as applicable | Yes | - |
Response
PDF document data:
Type: application/pdf
Charset: UTF-8
Error Codes
Refer Response Codes section to know about specific errors codes.