Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer access token (JWT) issued by Keycloak or the sandbox token endpoint.

Body

application/json
endDate
string<date>
required
rentAmount
integer<int64>
required
startDate
string<date>
required
tenantUserId
string<uuid>
required
unitId
string<uuid>
required
depositAmount
integer<int64>
depositCurrency
string
rentCurrency
string

Response

201 - */*

Created

activatedAt
string<date-time>
createdAt
string<date-time>
depositAmount
integer<int64>
depositCurrency
string
endDate
string<date>
id
string<uuid>
orgId
string<uuid>
rentAmount
integer<int64>
rentCurrency
string
startDate
string<date>
status
enum<string>
Available options:
DRAFT,
PENDING,
ACTIVE,
CANCELLED,
TERMINATED
tenantUserId
string<uuid>
terminatedAt
string<date-time>
unitId
string<uuid>