Update Certified Entity Name
This endpoint allows you to update Certified Entity Name specified with its GUID.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"company_id": "string",
"company_name": "string",
"company_trading_name": "string",
"company_street": "string",
"company_city": "string",
"company_postcode": "string",
"company_state": "string",
"company_country": "string",
"company_type": "string",
"countries_id": number,
"company_guid": "string",
"company_en_name": "string",
"tax_id": "string",
"vat": "string",
"duns_number": "string",
"business_reg_number": "string",
"company_id_number": "string",
"is_confidential": number,
"created_at": date,
"updated_at": date
}
}Last updated