AcknowledgeList
queueType int32required
Possible values: [0
, 1
, 2
, 3
, 4
, 5
]
toAck object[]required
Array [
messageId stringrequired
popReceipt stringrequired
clientId stringnullable
ackResult booleannullable
reason stringnullable
tenantId stringnullable
]
AcknowledgeList
{
"queueType": 0,
"toAck": [
{
"messageId": "string",
"popReceipt": "string",
"clientId": "string",
"ackResult": true,
"reason": "string",
"tenantId": "string"
}
]
}