GET api/Changes/HandleAck/{queueID}/{messageID}
Allows the API to handle acknowledgement of a confirmation of a datahub message.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| queueID |
The ID of the queue the message was from. |
globally unique identifier |
Required |
| messageID |
The ID of the message that has been confirmed. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |