Create a batch of contacts

POST {{baseUrl}}/crm/v3/objects/contacts/batch/create?hapikey=

Create a batch of contacts. This follows the same rules as creating an individual object.

Request Params

KeyDatatypeRequiredDescription
hapikeynull

Request Body

{"inputs"=>[{"properties"=>"<object>"}, {"properties"=>"<object>"}]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: Created

{&quot;completedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;results&quot;:[{&quot;createdAt&quot;:&quot;2019-10-30T03:30:17.883Z&quot;,&quot;archived&quot;:false,&quot;properties&quot;:{&quot;property_number&quot;:&quot;17&quot;,&quot;property_dropdown&quot;:&quot;choice_b&quot;,&quot;property_radio&quot;:&quot;option_1&quot;,&quot;property_string&quot;:&quot;value&quot;,&quot;property_multiple_checkboxes&quot;:&quot;chocolate;strawberry&quot;,&quot;property_checkbox&quot;:&quot;false&quot;,&quot;property_date&quot;:&quot;1572480000000&quot;},&quot;updatedAt&quot;:&quot;2019-12-07T16:50:06.678Z&quot;},{&quot;createdAt&quot;:&quot;2019-10-30T03:30:17.883Z&quot;,&quot;archived&quot;:false,&quot;properties&quot;:{&quot;property_number&quot;:&quot;17&quot;,&quot;property_dropdown&quot;:&quot;choice_b&quot;,&quot;property_radio&quot;:&quot;option_1&quot;,&quot;property_string&quot;:&quot;value&quot;,&quot;property_multiple_checkboxes&quot;:&quot;chocolate;strawberry&quot;,&quot;property_checkbox&quot;:&quot;false&quot;,&quot;property_date&quot;:&quot;1572480000000&quot;},&quot;updatedAt&quot;:&quot;2019-12-07T16:50:06.678Z&quot;}],&quot;startedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;numErrors&quot;:&quot;\u003cinteger\u003e&quot;,&quot;errors&quot;:[{&quot;message&quot;:&quot;Invalid input (details will vary based on the error)&quot;,&quot;correlationId&quot;:&quot;aeb5f871-7f07-4993-9211-075dc63e7cbf&quot;,&quot;category&quot;:&quot;VALIDATION_ERROR&quot;,&quot;links&quot;:{&quot;knowledge-base&quot;:&quot;https://www.hubspot.com/products/service/knowledge-base&quot;}},{&quot;message&quot;:&quot;Invalid input (details will vary based on the error)&quot;,&quot;correlationId&quot;:&quot;aeb5f871-7f07-4993-9211-075dc63e7cbf&quot;,&quot;category&quot;:&quot;VALIDATION_ERROR&quot;,&quot;links&quot;:{&quot;knowledge-base&quot;:&quot;https://www.hubspot.com/products/service/knowledge-base&quot;}}],&quot;requestedAt&quot;:&quot;\u003cdateTime\u003e&quot;}