{
"type": "company",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"phoneNumber": "string",
"email": "string",
"referralCode": "string",
"tariffPlan": "base",
"legalName": "string",
"companyRegistrationDate": "2019-08-24",
"countryOfRegistration": "st",
"taxResidencyCountry": "string",
"registrationNumber": "string"
}
curl --location --request PUT '/internal/Clients/' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "company",
"address": {
"streetLine1": "string",
"streetLine2": "string",
"city": "string",
"state": "string",
"zip": "string",
"country": "string"
},
"phoneNumber": "string",
"email": "string",
"referralCode": "string",
"tariffPlan": "base",
"legalName": "string",
"companyRegistrationDate": "2019-08-24",
"countryOfRegistration": "st",
"taxResidencyCountry": "string",
"registrationNumber": "string"
}'
{
"isFailed": true,
"isSuccess": true,
"reasons": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
],
"errors": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
},
"reasons": [
{}
]
}
],
"successes": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
]
}