v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
e) Organisation Management

Add a terminal to the organisation

Registers a new POS terminal under the organisation. The terminal can subsequently be enrolled and used for transactions.

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

Path parameters

tenantIdinteger required
organisationIdinteger required

Request body

customerIdinteger
namestring
statusstring
storeIdinteger
terminalTypeIdinteger
walletIdinteger

Response

OK

createdstring date-time
customerIdinteger
lastModifiedstring date-time
namestring
statusstring
storeIdinteger
terminalIdinteger
terminalTypeIdinteger
versioninteger
walletIdinteger

Example response

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