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

Update EDockett 's Description

Request Information

Parameters

NameDescriptionAdditional information
EDockettsDescriptionDTO

Define this parameter in the request body.

AwbID

Define this parameter in the request URI.

EdockettID

Define this parameter in the request URI.

Request body formats

application/x-www-form-urlencoded

Sample:

Sample not available.

application/json, text/json

Sample:
{
  "Description": "sample string 1"
}

application/xml, text/xml

Sample:
<EDockettsDescriptionDTO>
  <Description>sample string 1</Description>
</EDockettsDescriptionDTO>