Fields that are marked with an asterisk (*) are mandatory.
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 }}
{"error":true,"timestamp": number (Epoch time),"elapse": number,"errors": {"message":"Invalid Session token has been used.","code":"invalid_session_token" }}
{"error":true,"timestamp": number (Epoch time),"elapse": number,"errors": {"message":"error_message","code":"error_code" }}
{"error":true,"timestamp": number (Epoch time),"elapse": number,"errors": {"code":"validation_error","message": {"field_name":"error_message" } }}
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/v2/cb/ce-name-by-guid to test it on the Sandbox server.
var client =newRestClient("https://api.iafcertsearch.org/api/client/v2/cb/ce-name-by-guid");client.Timeout=-1;var request =newRestRequest(Method.PUT);request.AddHeader("x-http-authorization","<<API_KEY>>");request.AddHeader("Content-Type","application/json");client.UserAgent = "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.103 Safari/537.36";
var body =@"{"+"\n"+@" ""company_guid"" : ""string"","+"\n"+@" ""company_name"" : ""string"""+"\n"+@"}";request.AddParameter("application/json", body,ParameterType.RequestBody);IRestResponse response =client.Execute(request);Console.WriteLine(response.Content);
x-http-authorization*
String
API Key received from https://iafcertsearch.org/import-management/api-integration
Example:
x-http-authorization: <<API KEY>>
Content-Type*
String
application/json
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.