POST api/Admin/DeleteGroup

Request Information

URI Parameters

None.

Body Parameters

Group
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

Description

string

None.

CreatedBy

integer

None.

GroupIconPath

string

None.

GroupType

integer

None.

OrderNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "GroupId": 1,
  "GroupName": "sample string 2",
  "Description": "sample string 3",
  "CreatedBy": 4,
  "GroupIconPath": "sample string 5",
  "GroupType": 6,
  "OrderNo": 7
}

application/xml, text/xml

Sample:
<Group xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TestSeriesServices.Models">
  <CreatedBy>4</CreatedBy>
  <Description>sample string 3</Description>
  <GroupIconPath>sample string 5</GroupIconPath>
  <GroupId>1</GroupId>
  <GroupName>sample string 2</GroupName>
  <GroupType>6</GroupType>
  <OrderNo>7</OrderNo>
</Group>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.