POST api/Admin/DeleteSubgroup
Request Information
URI Parameters
None.
Body Parameters
SubGroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SubGroupId | integer |
None. |
|
| SubGroupName | string |
None. |
|
| Description | string |
None. |
|
| GroupId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| ImagePath | string |
None. |
|
| SOrderNo | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubGroupId": 1,
"SubGroupName": "sample string 2",
"Description": "sample string 3",
"GroupId": 4,
"CreatedBy": 5,
"ImagePath": "sample string 6",
"SOrderNo": 7
}
application/xml, text/xml
Sample:
<SubGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models"> <CreatedBy>5</CreatedBy> <Description>sample string 3</Description> <GroupId>4</GroupId> <ImagePath>sample string 6</ImagePath> <SOrderNo>7</SOrderNo> <SubGroupId>1</SubGroupId> <SubGroupName>sample string 2</SubGroupName> </SubGroupModel>
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.