Create
POST {{baseUrl}}/crm/v3/objects/contacts?hapikey=
Create a contact with the given properties and return a copy of the object, including the ID. Documentation and examples for creating native contacts is provided.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hapikey | null |
Request Body
{"properties"=>"<object>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: Created
{"createdAt":"2019-10-30T03:30:17.883Z","archived":false,"properties":{"property_number":"17","property_dropdown":"choice_b","property_radio":"option_1","property_string":"value","property_multiple_checkboxes":"chocolate;strawberry","property_checkbox":"false","property_date":"1572480000000"},"updatedAt":"2019-12-07T16:50:06.678Z"}