Orders Object v2
Path Parameters
HTTP Header
api-key status:REQUIRED
string - Your Accelerate API Key
URL Substitution
subdomain status:Required
string - Your Accelerate subdomain
relationship ID status:REQUIRED
integer - ID of your chosen relationship
order ID status:Optional
integer - ID of your chosen order
Order Requests status:GEt status:Post status:put
status:Get status:Post - Retrieve all orders from a relationship or add a new order to a relationship.
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/orders/
Example Payload status:POSt
{
"target_delivery_date": "End of August",
"order-status": "Sent to Customer",
"delivery_property": "Unit A Platform BEDFORD",
"delivery_postcode": "MK40 2FL",
"dealer_id": null,
"proposal_id": 20295213
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
status:Get status:Put - Retrieve a single order or update a single order on a relationship
https://{{subdomain}}.quotevineapp.com/qvine/quotevine/api/v2/relationships/{id}/orders/{id}/
Example Payload status:PUT
{
"target_delivery_date": "End of September",
"dealer_id": null,
"proposal_id": 20295213,
"order_status": "Completed"
}
Response
status:200
Returned if the request is successful.
status:400
Returned if the request sent is invalid.
status:404
Returned if the request is not found or the user does not have permission to view it.
Order Attributes
When updating/adding a new order via the API, there are a number of fields needed.
Mandatory Fields
proposal_id - number
order_status - string
Must be one of your configured order statuses.
target_delivery_date - string