GET api/v1/Pouch/{AwbID}/EDocketts/{EdockettID}

Get a EDockett by AWB and EdockettID

Request Information

Parameters

NameDescriptionAdditional information
AwbID

Define this parameter in the request URI.

EdockettID

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "EDockettID": 1,
  "Filename": "sample string 2",
  "AttachedTo": "sample string 3",
  "Shared": true,
  "DocReferencedID": 1,
  "Location": "sample string 5",
  "DocumentType": "sample string 6",
  "Uploaded": null,
  "JobHouseNo": "sample string 7",
  "Description": "sample string 8"
}

application/xml, text/xml

Sample:
<EDockettsDTO>
  <Description>sample string 8</Description>
  <EDockettID>1</EDockettID>
  <Filename>sample string 2</Filename>
  <AttachedTo>sample string 3</AttachedTo>
  <Shared>true</Shared>
  <DocReferencedID>1</DocReferencedID>
  <Location>sample string 5</Location>
  <DocumentType>sample string 6</DocumentType>
  <JobHouseNo>sample string 7</JobHouseNo>
</EDockettsDTO>