POST api/tenant/createsubtenant
Request Information
URI Parameters
None.
Body Parameters
GetSubTenantBidingModelName | Description | Type | Additional information |
---|---|---|---|
TenantAlias | string |
None. |
|
Canal | integer |
None. |
|
CreateNewUser | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "TenantAlias": "sample string 1", "Canal": 2, "CreateNewUser": true }
application/xml, text/xml
Sample:
<GetSubTenantBidingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FormulaCertaAPI.Models.BindingModels"> <Canal>2</Canal> <CreateNewUser>true</CreateNewUser> <TenantAlias>sample string 1</TenantAlias> </GetSubTenantBidingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.