PUT 1.0/internal/letterpackages/{id}

Description

Update a LetterPackage on the ID with new data

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

Description

string

None.

Version

integer

None.

Inactive

boolean

None.

Distribution

byte

None.

AllowFontUpdate

boolean

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "version": 3,
  "inactive": true,
  "distribution": 64,
  "allowFontUpdate": true
}

application/xml, text/xml

Sample:
<LetterPackageDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Version>3</Version>
  <Inactive>true</Inactive>
  <Distribution>64</Distribution>
  <AllowFontUpdate>true</AllowFontUpdate>
</LetterPackageDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

None.

Version

integer

None.

Inactive

boolean

None.

Distribution

byte

None.

AllowFontUpdate

boolean

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "version": 3,
  "inactive": true,
  "distribution": 64,
  "allowFontUpdate": true
}

application/xml, text/xml

Sample:
<LetterPackageDetails xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <Version>3</Version>
  <Inactive>true</Inactive>
  <Distribution>64</Distribution>
  <AllowFontUpdate>true</AllowFontUpdate>
</LetterPackageDetails>