Get
/public/v1/legal-entity
Retrieves a list of legal entities for the tenant
Security
HTTP
Type Bearer
Put ONLY your JWT Bearer token on textbox below!
Query parameters
modifiedOnStart
string (date-time)
Starting datetime of 'modifiedOn' range; must be accompanied by 'modifiedOnEnd'
modifiedOnEnd
string (date-time)
Ending datetime of 'modifiedOn' range; must be accompanied by 'modifiedOnStart'
pageSize
integer (int32)
Maximum number of top level objects in the response, max value 250; if there are more objects matching the criteria, a link with a continuation token will be included in the response
Default250
Responses
200
List of legal entities
Array of object
object
Id
string (uuid)
Name
string
Number
string
IsActive
boolean
TaxId
string
StateId
string
PayrollProviderId
string
Address1
string
Address2
string
City
string
State
string
PostalCode
string
Country
string
Array of object
object
Id
string (uuid)
Name
string
Number
string
IsActive
boolean
TaxId
string
StateId
string
PayrollProviderId
string
Address1
string
Address2
string
City
string
State
string
PostalCode
string
Country
string
Array of object
object
Id
string (uuid)
Name
string
Number
string
IsActive
boolean
TaxId
string
StateId
string
PayrollProviderId
string
Address1
string
Address2
string
City
string
State
string
PostalCode
string
Country
string
400
Invalid request, such as missing required date parameters