Update Company Business Activities
PATCH {{baseUrl}}/cas/companies/:companyId/activities/:activityId
This resource is to update an existing Company Business Activity.
As it is a PATCH, not every field needs to be included.
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 | MANDATORY | Set OTHERfor AU/NZ |
| ceasedDate | String | ✓ | ✓ | yyyy-mm-dd |
| otherDescription | String | ✓ | ✓ |
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
| `` | null |
Request Body
{"activity"=>"June Conference", "activityCode"=>"456", "activityDate"=>"2023-06-22", "activityType"=>"OTHER", "ceasedDate"=>nil, "otherDescription"=>nil}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"activity":"June Conference","activityCode":"456","activityDate":"2023-06-22","activityType":null,"ceasedDate":null,"id":485553,"otherDescription":null}