POST api/S170ItemNotification/save-application-notification-item
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:
{
"Entity": {
"$id": "2",
"PK": 1
},
"Validation": {
"$id": "3",
"SuccessOutput": {
"$id": "4"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "5",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "6",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "7",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "8",
"$values": [
{
"$id": "9",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "9"
},
{
"$ref": "9"
}
]
},
"Positions": {
"$id": "10",
"$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:
{
"Entity": {
"$id": "2",
"PK": 1
},
"Validation": {
"$id": "3",
"SuccessOutput": {
"$id": "4"
},
"Success": true,
"ErrorMessages": null,
"WarningMessages": {
"$id": "5",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"InfoMessages": {
"$id": "6",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
},
"DatabaseErrorMessage": "sample string 3",
"SuccessMessage": "sample string 4",
"RelatedKeyId": "sample string 5"
},
"PageAccess": {
"$id": "7",
"PageCode": "sample string 1",
"StepAccesses": {
"$id": "8",
"$values": [
{
"$id": "9",
"StageCode": "sample string 1",
"StepCode": "sample string 2"
},
{
"$ref": "9"
},
{
"$ref": "9"
}
]
},
"Positions": {
"$id": "10",
"$values": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
},
"UserRole": 0
}