GET 1.0/internal/letterpackages/{id}

Description

Gets a Letter Package on the id

URI Parameters

Name Description Type Additional information
id

integer

Required

None.

None.

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>