POST api/validation-cycle-management/save

Request Information

URI Parameters

None.

Body Parameters

ValidationCycleSaveDto
NameDescriptionTypeAdditional information
RequestType

integer

None.

SubRequestType

integer

None.

Steps

Collection of ValidationCycleStepDto

None.

Request Formats

application/json, text/json

Sample:
{
  "requestType": 1,
  "subRequestType": 2,
  "steps": [
    {
      "stepNumber": 1,
      "approvalType": 2,
      "amount": 3.1,
      "duration": 4,
      "roles": [
        1,
        2
      ]
    },
    {
      "stepNumber": 1,
      "approvalType": 2,
      "amount": 3.1,
      "duration": 4,
      "roles": [
        1,
        2
      ]
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.