Skip to content

Create a(n) Rollup Company V2 record​

POST
/CompaniesV2/RollupLists

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and use it in an authorization header.

TypeHTTP (bearer)
Example'Authorization: BEARER <YOUR_TOKEN_HERE>'

Request Body​

application/json
object
object
One of
object

Responses​

application/json
JSON
{
"AggregateCount": 0,
"MetaData": null,
"CompanyId": 0,
"Code": "string",
"Stage": null,
"Rank": 0,
"Comments": "string",
"DateEntered": "string",
"LastModified": "string",
"DateRead": "string",
"SortDistance": 0,
"Company": {
"AggregateCount": 0,
"MetaData": null,
"CompanyId": 0,
"ReplicationId": "string",
"CompanyName": "string",
"UserName": "string",
"Address": "string",
"Address2": "string",
"City": "string",
"State": "string",
"PostalCode": "string",
"FullPostalCode": "string",
"PostalCodeExtension": "string",
"County": "string",
"Country": "string",
"Phone": "string",
"Fax": "string",
"DateEntered": "string",
"EmailAddress": "string",
"Website": "string",
"DefaultCurrency": null,
"IndustryCode": "string",
"NumberOfEmployees": 0,
"AnnualRevenue": {
"CurrencyCode": null,
"Value": 0
},
"FeeCollected": {
"CurrencyCode": null,
"Value": 0
},
"DivisionOf": "string",
"CompanyType": null,
"Industry": "string",
"Specialty": "string",
"Subjective": 0,
"Keywords": "string",
"Summary": "string",
"Notes": "string",
"HasNotes": true,
"LastActivity": "string",
"LastModified": "string",
"Identification": "string",
"PrivateNotes": "string",
"Logo": "string",
"Candidates": [
{
}
],
"CustomFields": [
{
"AggregateCount": 0,
"MetaData": null,
"CompanyId": 0,
"FieldName": "string",
"Value": [
"string"
],
"Action": 0
}
],
"EEOC": [
{
"AggregateCount": 0,
"MetaData": null,
"CompanyId": 0,
"FieldName": "string",
"Value": [
"string"
],
"JobId": 0
}
],
"Activities": [
{
"AggregateCount": 0,
"MetaData": null,
"ActivityId": 0,
"CompanyId": 0,
"UserName": "string",
"DateEntered": "string",
"Memo": "string",
"ActType": "string",
"Result": "string",
"FormId": 0,
"Company": "[Circular Reference]"
}
],
"RollupLists": [
{
}
],
"Attachments": [
{
"AttachmentId": 0,
"Type": null,
"Name": "string",
"Description": "string",
"Date": "string",
"ProfileLink": "string",
"ProfileLinkEdit": "string",
"Hash": "string",
"Data": "string",
"Size": 0,
"TokenId": 0,
"AggregateCount": 0,
"MetaData": null,
"CompanyId": 0,
"Company": "[Circular Reference]"
}
]
},
"RollupList": "[Circular Reference]"
}

Playground​

Authorization
Body

Samples​