POST api/General/Web_GetFormattedTextByTextName
Request Information
URI Parameters
None.
Body Parameters
CFormattedText| Name | Description | Type | Additional 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
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"