POST api/WorkflowStepConfig
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| viewModel | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Stage": "sample string 1",
"Step": "sample string 2",
"TeamId": 1,
"PositionId": 1,
"LinkedWorkflowStepSequence": 1,
"WorkflowStartDate": "2025-11-01T14:38:16.7694727+11:00",
"Teams": {
"$id": "2",
"$values": [
{
"$id": "3",
"Id": "sample string 1",
"Text": "sample string 2",
"OtherText": "sample string 3",
"OtherData": {
"$id": "4"
}
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Positions": {
"$id": "5",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"WorkflowStepConfigRequest": {
"$id": "6",
"Filters": {
"$id": "7",
"$values": [
{
"$id": "8",
"<Field>k__BackingField": "sample string 1",
"<Operator>k__BackingField": "sample string 2",
"<Value>k__BackingField": {
"$id": "9"
},
"<Logic>k__BackingField": "sample string 4",
"<Filters>k__BackingField": {
"$id": "10",
"$values": [
{
"$ref": "8"
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
}
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
},
"Page": 1,
"PageSize": 2,
"Sort": {
"$id": "11",
"Field": "sample string 1",
"Dir": "sample string 2",
"SecondaryField": "sample string 3",
"SecondaryDir": "sample string 4",
"ThirdField": "sample string 5",
"ThirdDir": "sample string 6"
},
"PreviousPageSize": 3
},
"Entity": {
"$id": "12",
"IsLinkedStep": true,
"PK": 2
},
"Validation": {
"$id": "13",
"SuccessOutput": {
"$id": "14"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "15",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "16",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "17",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "18",
"$values": [
{
"$id": "19",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "19"
},
{
"$ref": "19"
}
]
},
"Positions": {
"$id": "20",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0,
"IsCaptchaValid": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Response body formats
application/json, text/json
Sample:
{
"Validation": {
"$id": "2",
"SuccessOutput": {
"$id": "3"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "4",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "5",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "6",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "7",
"$values": [
{
"$id": "8",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "8"
},
{
"$ref": "8"
}
]
},
"Positions": {
"$id": "9",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0,
"IsCaptchaValid": true
}