Mark Order Acknowledgement as Received
Definition
Service Location: https://gateway.pharmx.com.au/Gateway3/OrderManagement.asmx
Method Name: MarkOrderAckAsReceived
Marks an order acknowledgement as received by the user authenticated in the request.
Parameters
userDetail UserDetail
User credentials to authenticate the request.
orderID int
ID of the order acknowledgement (as returned in ListNewOrderAcks).
Returns
GetOrderAckResult ActionResult
Upon a successful request, the GatewayOrderAcknowledgment will be available as the only object in the Documents array.
Remarks
Once marked as received, it will no longer appear in the response of future ListNewOrderAcks requests for that specific user.