DELETE api/Changes/DeleteChange/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Change
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

SortOrder

integer

None.

GroupId

integer

None.

ChangeGroupName

string

None.

Children

Collection of Change

None.

TotalChildren

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Name": "sample string 2",
  "SortOrder": 3,
  "GroupId": 1,
  "ChangeGroupName": "sample string 2",
  "Children": [],
  "TotalChildren": 2
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.