Last-Modified header from the change order’s lastModifiedDate, which you can use for conditional requests.
Request
GET /public/proposals/{ProposalId}/changeorders/{ChangeOrderId}
Headers
Must be
application/json.Your API Application Key.
Your User API Key.
Current UTC timestamp in RFC 7231 format.
HMAC-SHA256 signature, Base64-encoded.
Path Parameters
The unique ID of the proposal the change order belongs to.
The unique ID of the change order to retrieve.
Response
200 Success
Returns the full change order detail. TheLast-Modified response header is set to the value of lastModifiedDate.
Unique numeric identifier of the change order.
ISO 8601 timestamp of when the change order was created.
ISO 8601 timestamp of the most recent modification. Also returned as the
Last-Modified response header.ISO 8601 timestamp of the last modification made by a user.
Breakdown of the change order’s financials.
Subtotal for all parts line items.
Total labor charges.
Total fees.
Subtotal before tax (parts + labor + fees).
Sales tax details, including tax status and calculation breakdown.
Tax calculation status (e.g.,
Calculated, Exempt, Undefined).Total sales tax amount.
Areas within the change order, each containing options and line items.
Customer contact information associated with the change order.
Unique identifier of the customer contact.
Customer’s first name.
Customer’s last name.
Primary email address of the customer.
Customer’s phone number.
Error Codes
| Code | Meaning |
|---|---|
| 401 | Not authorized. Invalid or missing HMAC authentication headers. |
| 403 | You do not have permission for this action. |