cURL
curl --request POST \ --url https://commerce.driv.ly/api/servicequotes \ --header 'Content-Type: application/json' \ --data ' { "service": "<string>", "id": "<string>", "checkoutURL": "<string>", "orderCreationURL": "<string>" } '
{ "data": { "id": "<string>", "service": "<string>", "checkoutURL": "<string>", "orderCreationURL": "<string>" }, "success": true }
The number of levels of related objects to include in the response
Service is quoted in Service Quote
Service Quote is uniquely identified by id
Service Quote has Checkout URL
Service Quote has Order Creation URL
Service Quote Created
Show child attributes