Updating reference data

Alt

The documentation on reference-data is divided in 2 parts:

  1. Customer-independent documentation
  2. Customer-specific documentation

Customer-specific documentation is sent directly to each customer. On this page you’ll find the customer-independent documentation.

To update your reference data, you should send a request to POST /external-api/reference-data with the following JSON body:

[{
        "type": "string",
        "id": "string",
        "return_value": "string",
        "body": {
                "additionalProp1": "string",
                "additionalProp2": "string",
                "additionalProp3": "string"
        }
}]

You can also send multiple updates in one request.

[
    {
		"type": "company_contacts",
		"id": "123qwerty456",
		"return_value": "Miller Inc. London"
		"body": {...}
	},
	{
		"type": "company_contacts",
		"id": "123qwertz890",
		"return_value": "Müller GmbH Berlin"
		"body": {...}
	}
]

Architrave GmbH - All rights reserved.
Made in Berlin, proudly international.