General Information
...
Service | API | Method | Data Models | Workflow |
---|---|---|---|---|
multitenancymultitenant | /tenant/profile/ | PUT | Tenant | N/A |
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
id | Query - extKey | NO | String | N/A | Tenant ID |
code | Query - Body | NO | String | N/A | Tenant Code |
profile | Body | YES | Object | N/A | Tenant Profile Object |
If id was not included in the query string, the tenant id will automatically be taken from the extKey provided.
Output
...
Response
SOAJS has a unified response. Check out this link to understand more the schema of SOAJS response
...