Locations

Create a location

post/v1/location

Request body

address_1string required
address_2string nullable
citystring required
statestring required
zip_codestring required
latnumber nullable
lonnumber nullable
reference_keystring nullable
market_idstring nullable

ID of the market this location belongs to. Must reference an existing market in your organization. Cannot be combined with market_name.

market_namestring nullable

Deprecated: prefer market_id. Looks up an existing market by name within your organization. Cannot be combined with market_id.

custom_fieldsobject nullable

Response

OK

Changes

No recorded changes to this endpoint across all 6 revisions of this API.