PUT api/v1/Edocketts/{id}

Update "Description" of "Document" by the identified id.

Request Information

Parameters

NameDescriptionAdditional information
id

Define this parameter in the request URI.

descriptionDTO

Define this parameter in the request body.

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>