Documentation Index

Fetch the complete documentation index at: https://docs.restaurant365.com/llms.txt

Use this file to discover all available pages before exploring further.

/public/v1/core/legal-entities

Prev Next
Get
/public/v1/core/legal-entities

Retrieves a list of legal entities for a tenant filtered by modified-on date range

Security
HTTP
Type Bearer

Put ONLY your JWT Bearer token on textbox below!

Query parameters
modifiedOnStart
string (date-time)

Start of the modified-on date range (inclusive). If only this value is provided, results for that single day are returned

modifiedOnEnd
string (date-time)

End of the modified-on date range (inclusive). If only this value is provided, results for that single day are returned

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

Minimum1.0
Maximum250.0
Default250
continuationToken
string

Continuation token returned by a previous response to retrieve the next page

Responses
200

Paginated list of legal entities

Expand All
object
legalEntities
Array of object (R365.Public.Shared.Contracts.LegalEntityDto)

Legal entities matching the request criteria.

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
nextLink
string | null

Link to retrieve the next page of results. Null when no further pages exist.

400

Invalid request — both modifiedOnStart and modifiedOnEnd are absent, or modifiedOnStart is later than modifiedOnEnd