인증된 엔터티 세부정보 업데이트
GUID로 지정된 인증된 엔터티 세부정보를 업데이트하는 엔드포인트입니다.
PUT https://api.iafcertsearch.org/api/client/v1/mncb/ce-by-guid
company_guid 필드는 항상 필요합니다. 요청 본문에 존재하는 경우 다른 필드들 중 별표(*)로 표시된 필드들은 필수입니다.
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
company_guid*
String
company_trading_name
String
company_en_name
String
company_country*
String
company_street
String
company_city
String
company_state
String
company_postcode
String
company_website
String
system_information
String
"system_information" : {
"company_name" : "string",
"company_guids" : [
"string",
"string"
]
},
또는
"system_information": [
{
"company_name": "string",
"company_guid": "string"
}
]
{
"data": {
"company_id": "string",
"company_name": "string",
"company_trading_name": "string",
"company_street": "string",
"company_city": "string",
"company_suburb": "string",
"company_postcode": "string",
"company_state": "string",
"company_country": "string",
"company_email": "string",
"company_status": "string",
"company_type": "string",
"company_contact": string,
"company_logo": "[]",
"company_banner": "[]",
"countries_id": number,
"company_website": "string",
"company_tz": number,
"company_tz_text": "string",
"company_hash": "string",
"company_guid": "string",
"company_phone": string,
"company_business_type": string,
"company_address": string,
"company_en_name": "string",
"qualitytrade_id": number,
"qualitytrade_hash": string,
"company_search_limit": number,
"is_confidential": number,
"activated_at": date,
"created_at": date,
"updated_at": date
}
}이 방법을 호출하는 방법을 살펴보세요:
Last updated