POST api/KyDieuTra/PostByList
Request Information
URI Parameters
None.
Body Parameters
Collection of KyDieuTra| Name | Description | Type | Additional information |
|---|---|---|---|
| Nam | integer |
None. |
|
| Ky | byte |
None. |
|
| MaTinh | string |
None. |
|
| Status | byte |
None. |
|
| CreatedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedDate | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"nam": 1,
"ky": 64,
"maTinh": "sample string 3",
"status": 64,
"createdDate": "2025-10-27T10:51:48.3804937+07:00",
"createdBy": "sample string 4",
"modifiedDate": "2025-10-27T10:51:48.3804937+07:00",
"modifiedBy": "sample string 5"
},
{
"nam": 1,
"ky": 64,
"maTinh": "sample string 3",
"status": 64,
"createdDate": "2025-10-27T10:51:48.3804937+07:00",
"createdBy": "sample string 4",
"modifiedDate": "2025-10-27T10:51:48.3804937+07:00",
"modifiedBy": "sample string 5"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |