POST api/WorkOrders/ProcessFlow/Decline
Request Information
URI Parameters
None.
Body Parameters
VEMModel.Payloads.WebDeclineRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of VEMModel.Payloads.ProcessFlowTransitionItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"$id": "2",
"WorkOrderId": 1,
"RecordUpdateDateCheck": "2026-08-07T11:30:14.5777109-07:00"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VEMModel.Logic.APIResponseClass| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | VEMModel.Logic.ResultEnum |
None. |
|
| Details | Object |
None. |
|
| JsonData | Object |
None. |
|
| ObjectType | string |
None. |
|
| ruleEvaluationResults | Collection of VEMModel.Logic.RuleEvaluationResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"ruleEvaluationResults": [
{
"$id": "2",
"Result": 0,
"Message": "sample string 1",
"fieldID": "sample string 2"
},
{
"$ref": "2"
}
],
"Result": 0,
"Details": {
"$id": "3"
},
"JsonData": {
"$id": "4"
},
"ObjectType": "sample string 3"
}