Skip to content

Add a Company to a Rollup List​

POST
/companies/rolluplists/{RollupCode}/{CompanyId}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"CompanyId": 0,
"RollupCode": "string",
"Stage": "string",
"Rank": 0,
"DateEntered": "string",
"DateRead": "string",
"Description": "string",
"LastModified": "string",
"Comments": "string"
}

Responses​

application/json
JSON
{
"Success": true
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​