Units

Create and Configure Tenant (BETA)

This method allows the calling application to create a new tenant unit with wallet config, POS Connect config and unit credentials.
Warning: This API can cause issues if used from within an existing configuration on the platform. Please contact the Eagle Eye implementation teams before using this API.

post/services/units

Headers

X-EES-AUTH-CLIENT-IDstring string required

Client ID, This will be provided by EES and is unique to the company calling the API.

X-EES-AUTH-HASHstring string required

Request Security Hash, calculated using SHA-256 function from concatenated full Request URI Path with Query String(s), Payload and Client Secret

Accept-Encoding'' | 'gzip' | 'deflate' | 'gzip,deflate'

This request HTTP header advertises which content encoding (usually a compression algorithm) the calling application is able to understand. The server selects one of the proposals, use it and informs the client of its choice with the Content-Encoding response header. Currently supported gzip and deflate, if request header not present no compression will be used.

X-EES-TRANSACTION-IDstring string

Unique Reference for the API transaction within the calling company.

X-EES-RETRYstring string

This flag denotes the number of attempts that have been made for this request.

Request body

nameName required— unresolved $ref
incomingIdentifierIncomingIdentifier required— unresolved $ref
outgoingIdentifierOutgoingIdentifier — unresolved $ref
tagsTags — unresolved $ref
referenceReference — unresolved $ref
timezonesTimezones — unresolved $ref

Response

OK.

idId — unresolved $ref
nameName — unresolved $ref
safeNameSafeName — unresolved $ref
typeType — unresolved $ref
statusStatus — unresolved $ref
referenceReference — unresolved $ref
tagsTags — unresolved $ref
incomingIdentifierIncomingIdentifier — unresolved $ref
outgoingIdentifierOutgoingIdentifier — unresolved $ref
timezonesTimezones — unresolved $ref
unitCodeProvidersUnitCodeProviders — unresolved $ref
posConnectPosConnect — unresolved $ref
securitySecurity — unresolved $ref
walletConfigWalletConfig — unresolved $ref

Changes