Company
Maximum 500 records can be bulk inserted at a time
post/v1/companies/insertbulk
Query parameters
returnFullDataboolean
Request body
Response
Created
Example response
{
"upsertedData": [
{
"name": "Acme Inc",
"email": "info@acmeinc.com",
"phone": "12124567890",
"web": "acmeinc.com",
"countryCode": "US"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.