POST api/ReviewApplication/SaveMacUserTransmitTypeAccess
Request Information
URI Parameters
None.
Body Parameters
UserTransmitTypeAccessDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| UserIds | Collection of integer |
None. |
|
| DisableUserIds | Collection of integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserIds": [
1,
2
],
"DisableUserIds": [
1,
2
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true