Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PUT \ --url https://ywe3crmpll.execute-api.us-east-2.amazonaws.com/stage/locations/{locationId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "object_type": "customer", "object_id": 1, "title": "some string", "address_1": "some string", "address_2": "some string", "city": "some string", "state": "some string", "zip_code": "some string", "notes": "some string", "is_main_location": true, "is_primary_location": true, "primary_customer_contact_id": null } '
Update a location
The body is of type object.
object
Successful response
Was this page helpful?
Contact support