POST api/Account/SaveUserFactoryMapping
Request Information
URI Parameters
None.
Body Parameters
PermissionUserFactoryMappingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FactoryId | integer |
None. |
|
| TenantId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FactoryId": 1,
"TenantId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.