PUT api/hl7queue/{outboundHL7QueueId}/statusupdate
Update Queue Status for Outbound HL7 Transaction
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
outboundHL7QueueId |
Identifies the Transaction in the Queue |
integer |
Required |
Body Parameters
Identifies the Status
OutboundQueueStatusUpdateDataName | Description | Type | Additional information |
---|---|---|---|
Status | QueueStatus |
None. |
|
Messages | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Status": 1, "Messages": "sample string 1" }
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
Response Information
Resource Description
integerResponse Formats
application/json, text/json
Sample:
1
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.