POST api/General/General_GetFormattedTextByTextName

Request Information

URI Parameters

None.

Body Parameters

CFormattedText
NameDescriptionTypeAdditional information
textName

string

None.

companyID

integer

None.

language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "textName": "sample string 1",
  "companyID": 2,
  "language": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"