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 request | Description |
|---|---|
| PUT Tax Identity | Creates or updates a tax identity in Sync platform. |
| GET Tax Identities | Retrieves 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:
| Property | Type | Description |
|---|---|---|
| taxIdentifier | string? | Tax identifier of the entity. |
| legalName | string? | Legal name of the entity. |