cURL
curl --request POST \ --url https://commerce.driv.ly/api/developers \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "id": "<string>", "addresses": [ "<string>" ], "phoneNumbers": [ "<string>" ], "contacts": [ "<string>" ] } '
{ "data": { "id": "<string>", "name": "<string>", "addresses": [ "<string>" ], "phoneNumbers": [ "<string>" ], "contacts": [ "<string>" ] }, "success": true }
The number of levels of related objects to include in the response
Company has Name
Customer is uniquely identified by id
Customer is located at Addresses
Customer has Phone Number
Company has Contact
Developer Created
Show child attributes