PUT Api/RecruitmentStages/UpdateOrderStages

Aktualizuje obiekty RecruitmentStage

Request Information

URI Parameters

None.

Body Parameters

lista obiektów

OrderStages
NameDescriptionTypeAdditional information
ProjectId

Identyfikator projektu rekrutacyjnego

integer

None.

StageList

Lista identyfikatorów etapów

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "projectId": 1,
  "stageList": [
    1,
    2
  ]
}

multipart/form-data

Sample:
{"projectId":1,"stageList":[1,2]}

application/xml, text/xml

Sample:
<OrderStages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ProjectId>1</ProjectId>
  <StageList>
    <int>1</int>
    <int>2</int>
  </StageList>
</OrderStages>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, multipart/form-data

Sample:

Sample not available.