DELETE api/Changes/DeleteChange/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Change| Name | Description | Type | Additional 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.