General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
multitenancy | /tenant/application/key | PUT | Tenant | N/A |
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
idappId | QueryBody | NOYES | String | N/A | Tenant Application IDcode |
key | Query -Body | NOYES | String | N/A | Application Key |
config | Body | YES | Object | N/A | Tenant CodeKey Config |
If id was not included in the query string, the tenant id will automatically be taken from the
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
...
Response schema
Follow this link to check out the response JSON response JSON Schema
SOAJS Error Codes
Code | Description |
---|---|
400 | Business logic required data are missing |
450 | Unable to find tenant |
471 | Unable to update tenant |
473 | Unable to get the tenant application key |
500 | You cannot modify or delete a locked record |
602 | Model error: + %model_error% |