POST 1.0/internal/letterpackages

Description

Creates a new LetterPackage

URI Parameters

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>

application/x-www-form-urlencoded

Sample:

Sample not available.

integer

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int>1</int>