Get Document
Definition
Service Location: https://gateway.pharmx.com.au/Gateway3/DocumentManagement.asmx
Method name: GetDocument
Parameters
userDetail
UserDetail
User credentials to authenticate the request.
documentId
int
ID of the document to retrieve.
Returns
GetDocumentResult
ActionResult (with an array of GenericDocument)
Remarks
If the user has permission to access the document a gateway GenericDocument is returned. Once the document is successfully retrieved the application should call MarkDocumentAsReceived to prevent the document from being returned the next time ListDocuments is called.