POST api/CommandMaster/DeleteCommandMasterRestriction
Request Information
URI Parameters
None.
Body Parameters
RestrictionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| COM_RESTRICTION_ID | integer |
None. |
|
| MASTER_COMMAND_ID | integer |
None. |
|
| RESTRICTOR | string |
None. |
|
| ALLOW | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"COM_RESTRICTION_ID": 1,
"MASTER_COMMAND_ID": 1,
"RESTRICTOR": "sample string 1",
"ALLOW": "sample string 2"
}
multipart/form-data
Sample:
{"COM_RESTRICTION_ID":1,"MASTER_COMMAND_ID":1,"RESTRICTOR":"sample string 1","ALLOW":"sample string 2"}
application/xml, text/xml
Sample:
<RestrictionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IPMS.FT.Business.Entities.ViewModel"> <ALLOW>sample string 2</ALLOW> <COM_RESTRICTION_ID>1</COM_RESTRICTION_ID> <MASTER_COMMAND_ID>1</MASTER_COMMAND_ID> <RESTRICTOR>sample string 1</RESTRICTOR> </RestrictionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data, application/xml, text/xml
Sample:
Sample not available.