PUT api/SlaConfig
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:
{
"FirstStepConfigId": 1,
"LastStepConfigId": 2,
"StopClockForVerificationSingleStepSLA": true,
"StopClockForVerificationMultipleStepSLA": true,
"ApplicationTypes": {
"$id": "2",
"$values": [
{
"$id": "3",
"PK": 1,
"ActiveFlagNullable": true
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Stages": {
"$id": "4",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"Steps": {
"$id": "5",
"$values": [
{
"$id": "6",
"Id": "sample string 1",
"Text": "sample string 2",
"OtherText": "sample string 3",
"OtherData": {
"$id": "7"
}
},
{
"$ref": "6"
},
{
"$ref": "6"
}
]
},
"StepConfigs": {
"$id": "8",
"$values": [
{
"$id": "9",
"PK": 1
},
{
"$ref": "9"
},
{
"$ref": "9"
}
]
},
"DependantValues": {
"$id": "10",
"$values": [
{
"$ref": "3"
},
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"StepConfigSLAFields": {
"$id": "11",
"$values": [
{
"$id": "12",
"PK": 1
},
{
"$ref": "12"
},
{
"$ref": "12"
}
]
},
"Entity": {
"$id": "13",
"PK": 1
},
"Validation": {
"$id": "14",
"SuccessOutput": {
"$id": "15"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "16",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "17",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "18",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "19",
"$values": [
{
"$id": "20",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "20"
},
{
"$ref": "20"
}
]
},
"Positions": {
"$id": "21",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0
}
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
}