internalIds | String List The internal document IDs of the documents to retrieve. These are unique IDs that Trading Networks assigns to documents. |
getContents | String List (optional) Retrieves the document contents and envelope information. Valid values are: true - Retrieve the document contents. false - Default. Do not retrieve the document contents. |
getAttributes | String (optional) Retrieves the document attributes and envelope information. Valid values are: true - Retrieve the document attributes. false - Default. Do not retrieve the document attributes. |
getErrors | String (optional) Retrieves the document errors and envelope information. Valid values are: true - Retrieve the document errors. false - Default. Do not retrieve the document errors. |
bizdocs | Document List Documents this service retrieved from the database. For the structure of bizdoc, see
wm.tn.rec:BizDocEnvelope. The service populates the Content attribute within each bizdoc if getContents, getAttributes, and getErrors is set as true. |