Update Individual

Update individual properties. This applies only for corporate applications where individuals associated to the company need to be updated.

SecurityOAuth2: OAuth2Flow
Request
path Parameters
id
required
string

Application ID

individual_id
required
string

Individual ID

header Parameters
Authorization
string

OAuth bearer token (see authentication flows)

x-l2f-request-id
string

Optional Unique ID per request, useful for fault resolution/diagnosis and audit.

x-l2f-idempotency-id
string

Unique ID used to safely retry an operation. See idempotency section for more details.

Request Body schema: application/json
Array of objects (PatchIndividual)

Follow standard patch guidance

Responses
200

Success

400

Bad Request

401

Unauthorized

404

Not Found

500

Internal Error

patch/v1/applications/{id}/individual/{individual_id}
Request samples
application/json
{
  • "updates": [
    ]
}
Response samples
application/json
{
  • "data": {
    }
}
© 2023 Layer2 Financial Inc. All Rights Reserved.