v3

latestOpenAPI 3.0.02026-07-31800117.7 KB
Capabilities

entities.upsert

Create a new business entity or update an existing one.

post/capabilities/entities.upsert

Request body

entityIdstring

Entity ID to update. Omit to create a new entity.

namestring required

Business entity name

streetAddressstring

Street address

addressLine2string

Address line 2

citystring

City

stateOrProvincestring

State or province

postalCodestring

Postal/zip code

countrystring required

Country name

contactNumberstring

Phone number

emailstring

Email address

taxIdstring

Tax ID / VAT number

aliasesstring[]

Alternative names for this entity

Response

Successful response

successboolean
codeinteger

Example response

{
  "success": true,
  "code": 200
}