Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the details of the latest Work Order Invoice for a specific Work Order
Retrieve a list of all Work Order Invoices for a specific Work Order
Retrieve the details of a specific Work Order Invoice for a specific Work Order
|
API Specific Parameters
Parameter | Description | ||||||
---|---|---|---|---|---|---|---|
${FileName} | Identifies the Invoice file name. File name format is:
| ||||||
| Identifies the REST Object Definitions Work Order Activity Related Objects Work Order Object. |
Include Page | ||||
---|---|---|---|---|
|
API Specifics
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve the details of the latest Work Order Invoice for a specific Work OrderThis REST API will return the latest Work Order Invoice for the Work Order with the specified ID. The Work Order with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain the actual invoice PDF as an attachment.
|
Panel | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||||||||
Retrieve a list of all Work Order Invoices for a specific Work OrderThis REST API will return a list of all valid Work Order Invoices for the Work Order with the specified ID. The Work Order with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a REST Object Definitions Work Order Activity Related Objects Work Order Invoices Object.
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Retrieve the details of a specific Work Order Invoice for a specific Work OrderThis REST API will return the Work Order Invoice with the specified file name for the Work Order with the specified ID. Both the Work Order with the specified ID and the Work Order Invoice with the specified file name must already exist in the system. URL
HTTP Request BodyThis request does not require a request body. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain the actual invoice PDF as an attachment.
|