For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update Certified Entity Details

This endpoint allows you to update Certified Entity details specified with its GUID.

PUT https://api.iafcertsearch.org/api/client/v1/cb/ce-by-guid

The company_guid field is always required. Other fields that are marked with an asterisk (*) are mandatory if present in the request body.

Headers

Name
Type
Description

Content-Type*

String

application/json

x-http-authorization*

String

API Key received from https://iafcertsearch.org/import-management/api-integration

Example:

x-http-authorization: <<API KEY>>

Request Body

Name
Type
Description

company_guid*

String

A unique identifier for a specific Certified Entity. Used as a reference or a tracking number to look up Certified Entity records in the IAF CertSearch database.

company_trading_name

String

Company Trading Name Example: Test Food and Logistics Inc. Trading Name Reliable Logistics Services Inc. Trading Name

company_en_name

String

Company English Name Example: Test Food and Logistics Inc. English Name Reliable Logistics Services Inc. English Name

company_country*

String

Country/Economy of the main entity address for the certified entity.

company_street

String

Company Street

company_city

String

Company City

company_state

String

Company State

company_postcode

String

Company Post Code

company_website

String

Company Website

system_information

String

System Information Information of a specific Certified Entity used by the IAF CertSearch database. Example: "system_information" : {

"company_name" : "string",

"company_guids" : [

"string",

"string"

]

},

or

"system_information": [

{

"company_name": "string",

"company_guid": "string"

}

]

company_id_number

String

Company Identification Number

Example:

U12345ABCDE12345F123456

business_registration_number

String

Business Registration Number

Example:

1234567890A

tax_id

String

Tax Identification

Example:

000123456001

To view the response data example, click the right arrow at the right side of the response description.

You can also use https://api.sandbox.iafcertsearch.org/api/client/v1/cb/ce-by-guid to test it on the Sandbox server.

Take a look at how you might call this method:

Last updated