GET 1.0/internal/letterpackages

Description

Gets a list of all Letter Packages

URI Parameters

None.

None.

None.

Collection of LetterPackageDetails
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
  },
  {
    "id": 1,
    "description": "sample string 2",
    "version": 3,
    "inactive": true,
    "distribution": 64,
    "allowFontUpdate": true
  }
]

application/xml, text/xml

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