POST api/General/GenerateLetter_CopyToTemp

Request Information

URI Parameters

None.

Body Parameters

GenerateLetters
NameDescriptionTypeAdditional information
LetterType

string

None.

companyID

integer

None.

AccountID

integer

None.

BSCustomerID

string

None.

ServiceAddress

string

None.

ServiceCityStateZip

string

None.

AccountType

string

None.

CustomerName

string

None.

ESIID

string

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "LetterType": "sample string 1",
  "companyID": 2,
  "AccountID": 3,
  "BSCustomerID": "sample string 4",
  "ServiceAddress": "sample string 5",
  "ServiceCityStateZip": "sample string 6",
  "AccountType": "sample string 7",
  "CustomerName": "sample string 8",
  "ESIID": "sample string 9",
  "Language": "sample string 10"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"