PUT api/progression/milestones/order?purchasingRoleId={purchasingRoleId}

Set milestone orders Processes this progression API request. The parameter and response sections describe the data exchanged with the API.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
purchasingRoleId

The purchasing role ID

integer

Required

Body Parameters

Collection of milestone orders

Collection of SetMilestoneOrderDataContract
NameDescriptionTypeAdditional information
Id

The unique identifier of this resource.

integer

None.

Order

The order value.

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

The response returned after the operation completes.

Collection of SetMilestoneOrderDataContract
NameDescriptionTypeAdditional information
Id

The unique identifier of this resource.

integer

None.

Order

The order value.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Order": 2
  },
  {
    "Id": 1,
    "Order": 2
  }
]