認証機関のアップロード

認証機関のアップロード

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

アスタリスク(*)でマークされたフィールドは必須です。

Headers

Name
Type
Description

Content-Type*

String

application/json

x-http-authorization*

String

https://iafcertsearch.org/import-management/api-integration から受け取ったAPIキー

例:

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

受け入れられる値:

active(有効),

suspended(停止),

withdrawn(取り消し済み)

office_directories

Array

{

"office_directories": [

{

"office_type": "string",

"country": "string",

"street": "string",

"state": "string",

"city": "string",

"zip_code": "string"

}

]

}

certification_body_countries

Array

{

"certification_body_countries": [

{

"country": "string"

}

]

}

standard_and_schemes

Array

{

"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

{

"technical_sectors": [

{

"sector_title": "string",

"scheme_name": "string"

}

]

}

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

応答データの例を表示するには、応答の説明の右側にある右矢印をクリックしてください。

https://api.sandbox.iafcertsearch.org/api/client/v1/ab/upload-cb を使用して、Sandbox サーバーでテストすることもできます。

このメソッドを呼び出す方法の例をご覧ください:

Last updated