POST api/font/charset
Request Information
URI Parameters
None.
Body Parameters
AddFontAttributeCharset| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
Required Max length: 32 |
|
| show_id | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"show_id": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"msg": "sample string 1"
}