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

Zertifizierten Einheitsnamen aktualisieren

Dieser Endpunkt ermöglicht es Ihnen, den Namen der zertifizierten Entität anhand ihrer GUID zu aktualisieren.

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

Felder, die mit einem Stern (*) markiert sind, sind obligatorisch.

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_name*

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-name-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