Company
Create Company
namestring
industrystring
linkedinLink?SocialLinksDto
xLink?SocialLinksDto
createdBy?CreatedByDto
address?AddressDto
domainName?DomainDto
annualRecurringRevenue?AnnualRecurringRevenueDto
employees?number
employeeRangestring
Value in
"1-10" | "11-50" | "51-200" | "201-500" | "501-1000" | "1001-10000" | "10000+"territory?string
idealCustomerProfile?boolean
position?number
createdByWorkspaceMemberId?string
accountOwnerId?string
Response Body
curl -X POST "http://crm-apiprod.b2bleadsmarket.com/company" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "industry": "string", "employeeRange": "1-10" }'{
"id": "string",
"name": "string",
"domainName": {
"primaryLinkLabel": "string",
"primaryLinkUrl": "string",
"secondaryLinks": [
{}
]
},
"employees": 0,
"industry": "string",
"employeeRange": "1-10",
"linkedinLink": {
"primaryLinkLabel": "string",
"primaryLinkUrl": "string",
"secondaryLinks": [
{
"label": "string",
"url": "string"
}
]
},
"xLink": {
"primaryLinkLabel": "string",
"primaryLinkUrl": "string",
"secondaryLinks": [
{
"label": "string",
"url": "string"
}
]
},
"annualRecurringRevenue": {
"amountMicros": 0,
"currencyCode": "string"
},
"address": {
"addressStreet1": "string",
"addressStreet2": "string",
"addressCity": "string",
"addressState": "string",
"addressCountry": "string",
"addressPostcode": "string",
"addressLat": 0,
"addressLng": 0
},
"idealCustomerProfile": true,
"createdBy": {
"source": "string",
"workspaceMemberId": "19b2e9e0-2ca5-440b-89b8-7d3df62cd046",
"name": "string"
},
"accountOwnerId": "string",
"accountOwner": {},
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"deletedAt": "2019-08-24T14:15:22Z"
}