cURL
curl --request GET \ --url https://commerce.driv.ly/api/serviceorders/{id}
{ "data": { "id": "<string>", "billToCompany": "<string>", "consignmentCompany": "<string>", "invoice": "<string>", "service": "<string>", "serviceQuote": "<string>", "statusURL": "<string>", "attachments": [ "<string>" ] }, "success": true }
Service Order is uniquely identified by id
The number of levels of related objects to include in the response
Service Order Found
Show child attributes
{ "id": "sord_8d93j2k4s9d2", "invoice": "Invoice ID", "service": "Service ID", "statusURL": "http://example.com/status", "serviceQuote": "Service Quote ID", "billToCompany": "Company ID", "consignmentCompany": "Company ID"}