v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Add a store to the organisation

Creates a new physical or virtual store location under the organisation. Stores can have terminals assigned to them.

post/eclipse-conductor/rest/v1/tenants/{tenantId}/organisations/{organisationId}/stores

Path parameters

tenantIdinteger required
organisationIdinteger required

Request body

citystring
countrystring
line1string
line2string
line3string
namestring
statestring

Response

OK

citystring
countrystring
createdstring date-time
lastModifiedstring date-time
line1string
line2string
line3string
namestring
organisationIdinteger
statestring
storeIdinteger
versioninteger

Example response

{
  "created": "2022-03-10T12:15:50-04:00",
  "lastModified": "2022-03-10T12:15:50-04:00"
}