Skip to main content
PATCH
/
kyb
/
forms
/
{id}
Partially update KYB form info
curl --request PATCH \
  --url https://api.example.com/kyb/forms/{id}/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "clientSystem": {
    "ipAddress": "<string>",
    "timeZone": "<string>"
  }
}
'
{
  "company": {
    "companyName": "<string>",
    "country": "AF",
    "registrationNumber": "<string>",
    "region": "<string>",
    "type": "<string>",
    "phone": "<string>",
    "website": "<string>",
    "email": "jsmith@example.com",
    "brandNames": [],
    "activityCode": "<string>",
    "tin": "<string>",
    "operatingAddress": "<string>",
    "postalAddress": "<string>",
    "postcode": "<string>",
    "street": "<string>",
    "city": "<string>",
    "additionalInfo": {}
  },
  "clientSystem": {
    "ipAddress": "<string>",
    "timeZone": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.

Path Parameters

id
string
required

A unique value identifying this company.

Body

application/json
company
object
clientSystem
object

Response

200 - application/json
company
object
required
clientSystem
object