POST api/About
Request Information
URI Parameters
None.
Body Parameters
AddAbout| Name | Description | Type | Additional information |
|---|---|---|---|
| title_cht | string |
Required Max length: 32 |
|
| title_chs | string |
Required Max length: 32 |
|
| title_eng | string |
Required Max length: 32 |
|
| title_jpn | string |
Required Max length: 32 |
|
| content_cht | string |
Required Max length: 255 |
|
| content_chs | string |
Required Max length: 255 |
|
| content_eng | string |
Required Max length: 255 |
|
| content_jpn | string |
Required Max length: 255 |
|
| priority | integer |
Required |
|
| create_date | string |
None. |
|
| update_date | string |
None. |
|
| is_disabled | string |
Required Max length: 1 |
Request Formats
application/json, text/json
Sample:
{
"title_cht": "sample string 1",
"title_chs": "sample string 2",
"title_eng": "sample string 3",
"title_jpn": "sample string 4",
"content_cht": "sample string 5",
"content_chs": "sample string 6",
"content_eng": "sample string 7",
"content_jpn": "sample string 8",
"priority": 9,
"create_date": "0001/01/01",
"update_date": "0001/01/01",
"is_disabled": "sample string 12"
}
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"
}