Document toolboxDocument toolbox

Integrations Object

The integrations object is always contained inside of another object such as the Account or Account Location object. There are no specific REST APIs to manage standalone integrations object. This object stores external systems identifiers and sync tokens.

On this page:

Integrations Object Formats

JSON Format
{
	"Integrations": {
		"Financial": {
			"ID": "",
			"Extensions": {
				"": ""
			}
		}
	}
}

Integrations Object Properties

(info) Required properties are in Bold.

PropertyTypeDescription
Financialobject

This object contains identifiers and additional properties required for integration with financial systems. 

PropertyTypeDescription
Extensionsobject

This object contains an optional collection of key/value pairs.

These key/value are defined and controlled by the customer and are typically used to assist in integration by pass additional data around the system.

IDstringIdentifies the unique identifier for Account and Account Location in financial system.