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