GET api/NghiPhep/SoPhepTon?NguoiDung={NguoiDung}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NguoiDung | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
API_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| response_code | integer |
None. |
|
| response_text | string |
None. |
|
| response_description | string |
None. |
|
| response_data | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"response_code": 1,
"response_text": "sample string 2",
"response_description": "sample string 3",
"response_data": 4
}
application/xml, text/xml
Sample:
<API_Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models"> <response_code>1</response_code> <response_data>4</response_data> <response_description>sample string 3</response_description> <response_text>sample string 2</response_text> </API_Response>