POST api/CongLuong/GetThuongNam
Request Information
URI Parameters
None.
Body Parameters
ClientParams| Name | Description | Type | Additional information |
|---|---|---|---|
| ID_TaiKhoanDangNhap | integer |
None. |
|
| ID_CongDoan | integer |
None. |
|
| ID_DonVi | integer |
None. |
|
| ID_BoPhan | integer |
None. |
|
| ID_NhanSu | integer |
None. |
|
| ID_NhanSu2 | integer |
None. |
|
| Ngay | string |
None. |
|
| TuNgay | string |
None. |
|
| DenNgay | string |
None. |
|
| JParam | string |
None. |
|
| ID_MaHang | integer |
None. |
|
| ID_TrangThai | integer |
None. |
|
| ID_ThietKeChuyen | integer |
None. |
|
| Thang | integer |
None. |
|
| Nam | integer |
None. |
|
| VersionString | string |
None. |
|
| Platform | string |
None. |
|
| DeviceName | string |
None. |
|
| Idiom | string |
None. |
|
| DeviceModel | string |
None. |
|
| Manufacturer | string |
None. |
|
| CheckNangSuatBatThuong | boolean |
None. |
|
| IsLuyKe | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID_TaiKhoanDangNhap": 1,
"ID_CongDoan": 1,
"ID_DonVi": 1,
"ID_BoPhan": 1,
"ID_NhanSu": 1,
"ID_NhanSu2": 1,
"Ngay": "sample string 1",
"TuNgay": "sample string 2",
"DenNgay": "sample string 3",
"JParam": "sample string 4",
"ID_MaHang": 1,
"ID_TrangThai": 1,
"ID_ThietKeChuyen": 5,
"Thang": 6,
"Nam": 7,
"VersionString": "sample string 8",
"Platform": "sample string 9",
"DeviceName": "sample string 10",
"Idiom": "sample string 11",
"DeviceModel": "sample string 12",
"Manufacturer": "sample string 13",
"CheckNangSuatBatThuong": true,
"IsLuyKe": true
}
application/xml, text/xml
Sample:
<ClientParams xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TGC_GV_Api.Models"> <CheckNangSuatBatThuong>true</CheckNangSuatBatThuong> <DenNgay>sample string 3</DenNgay> <DeviceModel>sample string 12</DeviceModel> <DeviceName>sample string 10</DeviceName> <ID_BoPhan>1</ID_BoPhan> <ID_CongDoan>1</ID_CongDoan> <ID_DonVi>1</ID_DonVi> <ID_MaHang>1</ID_MaHang> <ID_NhanSu>1</ID_NhanSu> <ID_NhanSu2>1</ID_NhanSu2> <ID_TaiKhoanDangNhap>1</ID_TaiKhoanDangNhap> <ID_ThietKeChuyen>5</ID_ThietKeChuyen> <ID_TrangThai>1</ID_TrangThai> <Idiom>sample string 11</Idiom> <IsLuyKe>true</IsLuyKe> <JParam>sample string 4</JParam> <Manufacturer>sample string 13</Manufacturer> <Nam>7</Nam> <Ngay>sample string 1</Ngay> <Platform>sample string 9</Platform> <Thang>6</Thang> <TuNgay>sample string 2</TuNgay> <VersionString>sample string 8</VersionString> </ClientParams>
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. |