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

Den Namen einer zertifizierten Entität aktualisieren

Mit diesem Endpunkt können Sie den zertifizierten Firmennamen anhand seiner GUID aktualisieren.

PUT https://api.iafcertsearch.org/api/client/v1/cb/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, erhalten von https://iafcertsearch.org/import-management/api-integration

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 ein Beispiel für die Antwortdaten anzuzeigen, klicken Sie auf den Pfeil rechts neben der Beschreibung der Antwort.

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

Schauen Sie sich an, wie Sie diese Methode aufrufen könnten:

Last updated