POST api/Admin/DeleteOthergroup
Request Information
URI Parameters
None.
Body Parameters
OtherGroupModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OGId | integer |
None. |
|
| oGroupName | string |
None. |
|
| ParentId | integer |
None. |
|
| GroupId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| ImagePath | string |
None. |
|
| oOrderNo | integer |
None. |
|
| OtherGroupImage | HttpPostedFileBase |
None. |
Request Formats
application/json, text/json
Sample:
{
"OGId": 1,
"oGroupName": "sample string 2",
"ParentId": 3,
"GroupId": 4,
"CreatedBy": 5,
"ImagePath": "sample string 6",
"oOrderNo": 7,
"OtherGroupImage": null
}
application/xml, text/xml
Sample:
<OtherGroupModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models"> <CreatedBy>5</CreatedBy> <GroupId>4</GroupId> <ImagePath>sample string 6</ImagePath> <OGId>1</OGId> <OtherGroupImage xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Web" i:nil="true" /> <ParentId>3</ParentId> <oGroupName>sample string 2</oGroupName> <oOrderNo>7</oOrderNo> </OtherGroupModel>
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.