POST ReportAPI/POST_DuLieuCSDLData
Request Information
URI Parameters
None.
Body Parameters
DuLieuCSDLDataName | Description | Type | Additional information |
---|---|---|---|
TPTK_Ma | string |
None. |
|
NgayTao | date |
None. |
|
DuLich | integer |
None. |
|
VanHoa | integer |
None. |
|
TheThao | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TPTK_Ma": "sample string 1", "NgayTao": "2025-04-04T08:56:11.7695363+07:00", "DuLich": 1, "VanHoa": 1, "TheThao": 1 }
application/xml, text/xml
Sample:
<DuLieuCSDLData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eGovAPI_FE.Models"> <DuLich>1</DuLich> <NgayTao>2025-04-04T08:56:11.7695363+07:00</NgayTao> <TPTK_Ma>sample string 1</TPTK_Ma> <TheThao>1</TheThao> <VanHoa>1</VanHoa> </DuLieuCSDLData>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |