GET
/
serviceorders
/
{id}
curl --request GET \
  --url https://commerce.driv.ly/api/serviceorders/{id}
{
  "data": {
    "id": "sord_8d93j2k4s9d2",
    "invoice": "Invoice ID",
    "service": "Service ID",
    "statusURL": "http://example.com/status",
    "serviceQuote": "Service Quote ID",
    "billToCompany": "Company ID",
    "consignmentCompany": "Company ID"
  },
  "success": true
}

Path Parameters

id
string
required

Service Order is uniquely identified by id

Query Parameters

depth
integer

The number of levels of related objects to include in the response

Response

200
application/json

Service Order Found

The response is of type object.