Requests Messages
Field
Type
Description
{
"id": "E001234",
"message": "Agreement provisioning failed due to unavailability of the item"
}{
"created": { "at": "...", "by": { } },
"updated": { "at": "...", "by": { } }
}Example
{
"id": "MSG-1212-3434-5656-7878",
"type": "User",
"content": "would agree discount of 5%"
}{
"id": "MSG-1212-3434-5656-7878",
"type": "User",
"content": "would agree discount of 5%",
"request": {
"id": "REQ-1671-0642"
},
"audit": {
"created": {
"at": "2023-12-14T17:28:57.667Z",
"by": {
"id": "USR-1234-1234-1234",
"name": "John Smith"
},
"of": {
"id": "ACC-1234-1234",
"name": "Microsoft",
"icon": "/static/ACC-1234-1234/account.png"
}
}
}
}Last updated
Was this helpful?