POST api/Changes/PostChange

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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.

application/x-www-form-urlencoded

Sample:

Sample not available.

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.