認証機関のアップロード
認証機関のアップロード
POST https://api.iafcertsearch.org/api/client/v1/ab/upload-cb
アスタリスク(*)でマークされたフィールドは必須です。
Headers
Content-Type*
String
application/json
x-http-authorization*
String
https://iafcertsearch.org/import-management/api-integration から受け取ったAPIキー
例:
x-http-authorization: <<API KEY>>
Request Body
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
}
}{
"error": true,
"timestamp": number(エポックタイム),
"elapse": number,
"errors": {
"message": "error_message",
"code": "error_code"
}
}このメソッドを呼び出す方法の例をご覧ください:
Last updated