POST api/Cauhinh
Request Information
URI Parameters
None.
Body Parameters
Cauhinh| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Khoa | string |
None. |
|
| Giatri | string |
None. |
|
| Note | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Khoa": "sample string 2",
"Giatri": "sample string 3",
"Note": "sample string 4",
"CompanyCode": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Cauhinh| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Khoa | string |
None. |
|
| Giatri | string |
None. |
|
| Note | string |
None. |
|
| CompanyCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Khoa": "sample string 2",
"Giatri": "sample string 3",
"Note": "sample string 4",
"CompanyCode": "sample string 5"
}