v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBUpdate an existing tenant
Updates the tenant record and returns the updated tenant.
Path parameters
Request body
Four digit Category code for this tenant.
Legal company number of the tenant
Primary email address of the tenant
Optional. The accountable institution that the tenant falls under
Merchant Id used for some card payment types to the tenants wallet
Name of the tenant - typically company name
Tenants primary phone number
Status of the eclipse organisation. ACTIVE:Organisation is active, INACTIVE:Organisation is in active, BARRED:Organisation is in barred
Tax number of the tenant
Unique identifier for a tenant. System generated upon creation of a new tenant. Should be passed as a path parameter for many of the API's which are specific to the tenant
Tenant setup config template. if value is passed then tenant will be updated based on the template
VAT number of Tenant
A number indicating the version of the record. Updates will only be accepted if the passed in version is the same as the current version on record. This is in order to prevent concurrent modifications by multiple users.
Response
OK
Optional. It is tenant detail like wallet type, wallet, admin users exported Tenant Configuration as JSON
Four digit Category code for this tenant.
Legal company number of the tenant
ISO 8601 date/time of when the record was first created
Primary email address of the tenant
Optional. The accountable institution that the tenant falls under
ISO 8601 date/time of when the record was last modified
Merchant Id used for some card payment types to the tenants wallet
Name of the tenant - typically company name
Tenants primary phone number
Status of the eclipse organisation. ACTIVE:Organisation is active, INACTIVE:Organisation is in active, BARRED:Organisation is in barred
Tax number of the tenant
Unique identifier for a tenant. System generated upon creation of a new tenant. Should be passed as a path parameter for many of the API's which are specific to the tenant
VAT number of Tenant
A number indicating the version of the record. Updates will only be accepted if the passed in version is the same as the current version on record. This is in order to prevent concurrent modifications by multiple users.
Example response
{
"created": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}