PUT 17.0/database/letterheads/{id}

Description

Update existing Letter Heads

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

FileName

string

String length: inclusive between 0 and 255

Usage

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "fileName": "sample string 2",
  "usage": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<LetterHeadsUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <FileName>sample string 2</FileName>
  <Usage>64</Usage>
  <InActive>64</InActive>
</LetterHeadsUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

FileName

string

String length: inclusive between 0 and 255

Usage

byte

None.

InActive

byte

None.

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "fileName": "sample string 3",
  "usage": 64,
  "inActive": 64
}

application/xml, text/xml

Sample:
<LetterHeads xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <FileName>sample string 3</FileName>
  <Usage>64</Usage>
  <InActive>64</InActive>
</LetterHeads>