POST api/validation-cycle-management/save
Request Information
URI Parameters
None.
Body Parameters
ValidationCycleSaveDto| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.