cURL
curl --request POST \ --url https://commerce.driv.ly/api/addresses \ --header 'Content-Type: application/json' \ --data ' { "city": { "state": "<string>", "name": "<string>" }, "zip": "<string>", "line1": "<string>", "id": "<string>", "line2": "<string>" } '
{ "data": { "id": "<string>", "city": { "state": "<string>", "name": "<string>" }, "zip": "<string>", "line1": "<string>", "line2": "<string>" }, "success": true }
The number of levels of related objects to include in the response
Address is located in City
Show child attributes
Address has ZIP
Address has Address Line 1
Address is uniquely identified by id
Address has Address Line 2
Address Created