Skip to main content

Overview

TaxIdentity contains the tax identification information that Sync knows (or is provided) about an entity. Some resources require a tax identifier or legal name to process requests in government portals or websites.

This object centralizes that data, ensuring Sync can successfully process resources that require tax identity details.

info

The taxIdentifier property acts as a unique key for each tax identity, ensuring that each entity is uniquely identified within the system.

Methods

HTTP requestDescription
PUT Tax IdentityCreates or updates a tax identity in Sync platform.
GET Tax IdentitiesRetrieves all tax identities registered by the current user in Sync platform.

Object representation

{
taxIdentifier?: string;
legalName?: string;
}

Properties

The following table defines the properties that appear in this object:

PropertyTypeDescription
taxIdentifierstring?Tax identifier of the entity.
legalNamestring?Legal name of the entity.