master attacheddoc (http://api.3plcentral.com/rels/master/attacheddoc)
Resource:
a document attached to a warehouse transaction or batch
C# Rel Const:
Rels.MasterSvc.AttachedDoc
URI template:
attacheddocs{?key}
Obtain URI from:
Get the attached document identified by the key parameter; this satisfies the requirements of document links provided in outgoing email
Success status: 200
Name (* = required) Data Type Description
key * string the 'k' parameter sent with the document link
Type Description
FileName string
ContentType string
Content Object
Sample accept: application/hal+json
{
  "fileName": "str",
  "contentType": "str",
  "content": {}
}

This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.