Get Order Acknowledgement
Definition
Service Location: https://gateway.pharmx.com.au/Gateway3/OrderManagement.asmx
Method Name: GetOrderAck
Once the document is successfully retrieved and processed by the POS, the application should call MarkOrderAckAsReceived to prevent the order acknowledgement from being returned in future ListNewOrderAcks requests.
Order acknowledgements may be returned for orders not sent by the POS and should be handled in the same manner turnover invoices are currently as outlined in ListNewOrderAcks.
Parameters
userDetail
UserDetail
User credentials to authenticate the request.
orderID
int
ID of the order to retrieve acknowledgements for.
Returns
GetOrderAckResult
ActionResult (with an array of GatewayOrderAcknowledgement (DocumentMode = 1))