PUT api/progression/milestones/order?purchasingRoleId={purchasingRoleId}
Set milestone orders
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
purchasingRoleId |
The purchasing role ID |
integer |
Required |
Body Parameters
Collection of milestone orders
Collection of Dezrez.Core.DataContracts.External.Api.Progression.Command.SetMilestoneOrderDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Order | integer |
None. |
Request Formats
application/x-www-form-urlencoded
Sample:
Sample not available.
application/json, text/json
Sample:
[ { "Id": 1, "Order": 2 }, { "Id": 1, "Order": 2 } ]
Response Information
Resource Description
Collection of Dezrez.Core.DataContracts.External.Api.Progression.Command.SetMilestoneOrderDataContractName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Order | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Order": 2 }, { "Id": 1, "Order": 2 } ]