curl --request PUT \
--url https://api.example.com/kyb/forms/{id}/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"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>"
}
}
'{
"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>"
}
}curl --request PUT \
--url https://api.example.com/kyb/forms/{id}/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"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>"
}
}
'{
"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>"
}
}Authentication for actions with all operations associated with KYB form.
Token obtained from KYB form token generation endpoint as tokenString value.
A unique value identifying this company.