| name | data type | constraints | description |
|---|---|---|---|
| category | TppMessageCategory | required | Get category |
| code | MessageCode405AIS | required | Get code |
| path | string | Get path | |
| text | string | max size: 500, min size: 0 | Additional explaining text to the TPP. |
Example
{
"category" : "WARNING",
"code" : "SERVICE_INVALID",
"path" : "...",
"text" : "..."
}