POST api/Tool/UpdateContent
Request Information
URI Parameters
None.
Body Parameters
GuideLine| Name | Description | Type | Additional information |
|---|---|---|---|
| Id_row | integer |
None. |
|
| Title | string |
None. |
|
| Module | string |
None. |
|
| GroupName | string |
None. |
|
| LinkYoutube | string |
None. |
|
| Content | string |
None. |
|
| PermissionID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id_row": 1,
"Title": "sample string 2",
"Module": "sample string 3",
"GroupName": "sample string 4",
"LinkYoutube": "sample string 5",
"Content": "sample string 6",
"PermissionID": 7
}
application/xml, text/xml
Sample:
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| status | integer |
None. |
|
| data | Object |
None. |
|
| page | PageModel |
None. |
|
| error | ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"data": {},
"page": {
"Page": 1,
"AllPage": 2,
"Size": 3,
"TotalCount": 4
},
"error": {
"message": "sample string 1",
"code": "sample string 2",
"page": {
"Page": 1,
"AllPage": 2,
"Size": 3,
"TotalCount": 4
}
}
}
application/xml, text/xml
Sample: