Skip to content

Create a(n) Company Activity V2 record​

POST
/companiesV2/activities

Authorizations​

Bearer

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

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"ActivityId": 0,
"CompanyId": 0,
"UserName": "string",
"DateEntered": "string",
"Memo": "string",
"ActType": "string",
"Result": "string",
"FormId": 0
}

Responses​

application/json
JSON
{
"ActivityId": 0,
"CompanyId": 0,
"UserName": "string",
"DateEntered": "string",
"Memo": "string",
"ActType": "string",
"Result": "string",
"FormId": 0
}

Playground​

Authorization
Body

Samples​