v1

latestOpenAPI 3.0.02026-07-261090122.9 KB
Locations

Create a location

Create a location

post/locations

Request body

object required

Example request

{
  "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
}

Response

Successful response