POST api/KPBaoCaoDoanhSo/USP_GetMemberPointByMobi
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json
Sample:
[
{},
{}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of KPMemberPointByMobi| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| MobilePhoneNo_ | string |
None. |
|
| Address | string |
None. |
|
| DocumentNo_ | string |
None. |
|
| Date | date |
None. |
|
| Points | decimal number |
None. |
|
| MemberScheme | string |
None. |
|
| PointType | integer |
None. |
|
| NgaySinh | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"MobilePhoneNo_": "sample string 2",
"Address": "sample string 3",
"DocumentNo_": "sample string 4",
"Date": "2026-01-29T16:29:41.2243032+07:00",
"Points": 1.0,
"MemberScheme": "sample string 6",
"PointType": 7,
"NgaySinh": "2026-01-29T16:29:41.2243032+07:00"
},
{
"Name": "sample string 1",
"MobilePhoneNo_": "sample string 2",
"Address": "sample string 3",
"DocumentNo_": "sample string 4",
"Date": "2026-01-29T16:29:41.2243032+07:00",
"Points": 1.0,
"MemberScheme": "sample string 6",
"PointType": 7,
"NgaySinh": "2026-01-29T16:29:41.2243032+07:00"
}
]