Enviar Órgão de Certificação

Upload Certification Body

POST https://api.iafcertsearch.org/api/client/v1/ab/upload-cb

Fields that are marked with an asterisk (*) are mandatory.

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

certification_body_identity_number*

String

certification_body_name*

String

certification_body_acronym*

String

country*

String

description

String

accreditation_status*

String

Accepted values:

active,

suspended,

withdrawn

office_directories

Array

Example

{

"office_directories": [

{

"office_type": "string",

"country": "string",

"street": "string",

"state": "string",

"city": "string",

"zip_code": "string"

}

]

}

certification_body_countries

Array

Example

{

"certification_body_countries": [

{

"country": "string"

}

]

}

standard_and_schemes

Array

Example

{

"standard_and_schemes": [

{

"standard_code": "string",

"issue_date": "string",

"first_issue_date": "string",

"expiry_date": "string",

"scheme_name": "string",

"scope_type": "string",

"standard_status": "string"

}

]

}

technical_sectors

Array

Example

{

"technical_sectors": [

{

"sector_title": "string",

"scheme_name": "string"

"sector_code": "string"

}

]

}

{
  "data": {
    "certification_bodies_id": string
  }
}

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/ab/upload-cb to test it on the Sandbox server.

Take a look at how you might call this method:

Last updated