Update VBAGateway MessageThread by key
Success
Unauthorized
{- "messageThread_Key": 0,
- "thread_Create_Date": "2019-08-24T14:15:22Z",
- "thread_Create_UserId": "a53b10b9-a14a-47bb-9122-78c03aeddc05",
- "thread_Status": "string",
- "thread_Title": "string",
- "thread_Type": "string"
}
{- "data": {
- "messageThread_Key": 0,
- "thread_Create_Date": "2019-08-24T14:15:22Z",
- "thread_Create_UserId": "a53b10b9-a14a-47bb-9122-78c03aeddc05",
- "thread_Status": "string",
- "thread_Title": "string",
- "thread_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Create a Message wihtin a VBAGateway MessageThread. This operation will insert the new message into the VBAGateway database that is paired with this VBASoftwre database.
Success
Unauthorized
{- "message_Key": 0,
- "messageThread_Key": 0,
- "message_Body": "string",
- "message_Create_Date": "2019-08-24T14:15:22Z",
- "message_Create_UserId": "967ca206-05d7-4c4b-8fd8-fee4ebb68ac0",
- "message_Status": "string",
- "message_Type": "string"
}
{- "data": {
- "message_Key": 0,
- "messageThread_Key": 0,
- "message_Body": "string",
- "message_Create_Date": "2019-08-24T14:15:22Z",
- "message_Create_UserId": "967ca206-05d7-4c4b-8fd8-fee4ebb68ac0",
- "message_Status": "string",
- "message_Type": "string"
}, - "error": {
- "detail": "string",
- "instance": "string",
- "status": 0,
- "title": "string",
- "type": "string"
}, - "debug": {
- "activityID": "string"
}
}
Retrieves a specific MessageAttachment by its MessageAttachment_Key from the VBAGateway database.
Success
Unauthorized
Not Found