Legal Entities
The unique identifier for the account.
A paginated list of legal entity objects.
GET /Advertisers/{AccountSID}/LegalEntities HTTP/1.1
Host: api.impact.com
Accept: */*
A paginated list of legal entity objects.
{
"LegalEntities": [
{
"Id": "12345",
"Name": "Acme Corporation Legal Entity",
"RegisteredForIndirectTax": "false",
"IndirectTaxNumber": "123456789",
"OrganizationType": "CORP",
"BillingAddress": {
"AddressLine1": "1640 Riverside Dr.",
"AddressLine2": "Suite 400",
"City": "Hill Valley",
"State": "CALIFORNIA",
"PostalCode": "90210",
"Country": "US"
},
"Uri": "/Advertisers/<AccountSID>/LegalEntities/12345",
"EinSsnForeignTaxId": "12-3456789"
}
]
}The unique identifier for the account.
The unique identifier for the legal entity.
A single legal entity object.
Stores legal entity information like payment and tax details.
Unique impact.com identifier for the legal entity.
12345The full name of the legal entity.
Acme Corporation Legal EntityWhether the entity is registered for indirect tax.
falseThe tax number associated with VAT, GST, or HST registration.
123456789Organization type for the account. Available options will vary depending on the country that the business is registered in.
CORPPossible values: The unique reference to this object in the impact.com API.
/Advertisers/<AccountSID>/LegalEntities/12345The Employer Identification Number, Social Security Number, or a foreign Tax ID.
12-3456789GET /Advertisers/{AccountSID}/LegalEntities/{LegalEntityId} HTTP/1.1
Host: api.impact.com
Accept: */*
A single legal entity object.
{
"Id": "12345",
"Name": "Acme Corporation Legal Entity",
"RegisteredForIndirectTax": "false",
"IndirectTaxNumber": "123456789",
"OrganizationType": "CORP",
"BillingAddress": {
"AddressLine1": "1640 Riverside Dr.",
"AddressLine2": "Suite 400",
"City": "Hill Valley",
"State": "CALIFORNIA",
"PostalCode": "90210",
"Country": "US"
},
"Uri": "/Advertisers/<AccountSID>/LegalEntities/12345",
"EinSsnForeignTaxId": "12-3456789"
}Last updated
