Create Company Business Activities
POST {{baseUrl}}/cas/companies/:companyId/activities
This resource returns a list of Company Business Activities.
Request Body
Legend:
✓ Field used in that jurisdiction
[blank] Field not used in that jurisdiction
Field | Data Type | Australia & NZ | Singapore | Comment |
---|---|---|---|---|
activity | String | MANDATORY | MANDATORY | Name of the activity |
activityCode | String | MANDATORY | MANDATORY | Code of the activity |
activityDate | String | MANDATORY | MANDATORY | yyyy-mm-dd |
activityType | String | ✓ | MANDATORY | |
ceasedDate | String | ✓ | ✓ | yyyy-mm-dd |
otherDescription | String | ✓ | ✓ |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
`` | null |
Request Body
{"activity"=>"Conference", "activityCode"=>"456", "activityDate"=>"2023-06-22", "activityType"=>nil, "ceasedDate"=>nil, "otherDescription"=>nil}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"activity":"Conference","activityCode":"456","activityDate":"2023-06-22","activityType":null,"ceasedDate":null,"id":485553,"otherDescription":null}