Resource URL Summary
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Retrieve the Work Order Estimate History for a specific Work Order
Bulk Insert or Update the details of Work Order Estimate History for a specific Work Order
Find the details of Work Order Estimate History for a specific Account and Account Location
Remove Work Order Estimate History for a specific Work Order
|
API Specific Parameters
Parameter | Description |
---|---|
${AccountNum} | Identifies the REST Object Definitions Account Location Related Objects Account Object. |
${LocationID} | Identifies the REST Object Definitions Account Location Related Objects Account Location Object. |
| 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 Estimate for a specific Work OrderThis REST API will return the latest Work Order Estimate 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 collection of Work Order Estimate Objects.
|
Panel | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||||||
Bulk Insert or Update the details of Work Order Estimate History for a specific Work OrderThis REST API will insert new Estimate History for a specific Work Order into the system, if the Estimate History do not already exist in the system. If, however, the Estimate History for a specific Work Order do already exist in the system, then this REST API will update (i.e. replace) the already existing Estimate History with the details of the Estimate History supplied in the HTTP Request Body. URL
HTTP Request BodyThe HTTP request body must be a JSON array of one or more REST Object Definitions Work Order Activity Related Objects Work Order Estimate Object definitions.
|
Panel | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||||
Find the details of Work Order Estimate History for a specific Account and Account LocationThis REST API provides the technician with the ability to retrieve zero or more Work Order Estimates based on a specified account and account location through a 3rd party external system.
URL
HTTP Request BodyThe HTTP request body must contain a valid Account Location Work Order Estimate History Object. HTTP Response BodyOn success, an HTTP response code of 200 will be returned, and the response body will contain a collection of Work Order Estimate Objects.
|
Panel | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
Remove Work Order Estimate History for a specific Work OrderThis REST API will delete Work Order Estimate History for a specific Work Order from the system. The Work Order with the specified ID must already exist in the system. URL
HTTP Request BodyThis request does not require a request body.
|