For the complete documentation index, see llms.txt. This page is also available as Markdown.

Zertifizierte Einheitsdetails aktualisieren

Dieser Endpunkt ermöglicht es Ihnen, die Details einer zertifizierten Entität anhand ihrer GUID zu aktualisieren.

PUT https://api.iafcertsearch.org/api/client/v1/mncb/ce-by-guid

Das Feld company_guid ist immer erforderlich. Andere Felder, die mit einem Stern (*) markiert sind, sind obligatorisch, wenn sie im Anfrage-Body vorhanden sind.

Headers

Name
Type
Description

Content-Type*

String

application/json

x-http-authorization*

String

API-Schlüssel von https://iafcertsearch.org/import-management/api-integration erhalten

Beispiel:

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"

]

},

or

"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
    }
}

Um das Beispiel der Antwortdaten anzusehen, klicken Sie auf den Pfeil nach rechts auf der rechten Seite der Antwortbeschreibung.

Sie können auch https://api.sandbox.iafcertsearch.org/api/client/v1/mncb/ce-by-guid verwenden, um es auf dem Sandbox-Server zu testen.

Werfen Sie einen Blick darauf, wie Sie diese Methode aufrufen könnten:

Last updated