Deliverable Change Requests

Why would I use these endpoint?

These endpoints allow a deliverable type, such as exterior complete, or roof only, to be changed to a different deliverable type. You might use these endpoints if you made an error in your original request, or if you would like to upgrade a job deliverable, for example from roof-only to complete. Please note not every change type is possible, for example an interior deliverable of any type cannot be changed to a deliverable of an exterior type or vice versa. For more information see the chart below the Response Code Snippet.

Response Code Snippet

See an example 200 response here, then follow below to learn more about the request, and what makes up the responses.

{
  "results": [{
    "id": 164541,
    "job_id": 963123,
    "user_id": 867456,
    "new_deliverable_id": 3,
    "old_deliverable_id": 2,
    "changed_at": null,
    "created_at": "2018-03-14T20:29:54.366Z",
    "updated_at": "2018-03-14T20:29:54.537Z",
    "state": "complete"
  }]
}

Deliverable Change Compatibility

Deliverable typeCan be upgraded to
Capture Only (7)Roof only (2) or Complete (3)
Roof Only (2)Complete (3)
Complete (3)Cannot be upgraded
TLA (6) or TLA+ (5)Roof only (2) or Complete (3)
Interior (8)Cannot be upgraded