POST api/saveqd
Request Information
URI Parameters
None.
Body Parameters
DongBoQDRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Items | Collection of CapSoItem |
None. |
Request Formats
application/json, text/json
Sample:
{
"Items": [
{
"DotDongBo": "sample string 1",
"CapSoId": 2,
"maQuyen": "sample string 3",
"chuHoSo": "sample string 4",
"thoiGianCapSo": "sample string 5",
"soQd": "sample string 6",
"maSoBHXH": "sample string 7",
"cccd": "sample string 8"
},
{
"DotDongBo": "sample string 1",
"CapSoId": 2,
"maQuyen": "sample string 3",
"chuHoSo": "sample string 4",
"thoiGianCapSo": "sample string 5",
"soQd": "sample string 6",
"maSoBHXH": "sample string 7",
"cccd": "sample string 8"
}
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.