POST api/MeBauYoga/GetAllDataItem
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 MeBauYogaModel| Name | Description | Type | Additional information |
|---|---|---|---|
| GuidID | globally unique identifier |
None. |
|
| LocationCode | string |
None. |
|
| UserCreate | string |
None. |
|
| HoVaTen | string |
None. |
|
| SoDT | string |
None. |
|
| string |
None. |
||
| DiaChi | string |
None. |
|
| NgayDuSinh | date |
None. |
|
| NguoiGioiThieu | string |
None. |
|
| NguoiGioiThieu2 | string |
None. |
|
| ChangeStatus | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GuidID": "b5b5b971-4e19-43a1-b852-bbc5bb57dc97",
"LocationCode": "sample string 2",
"UserCreate": "sample string 3",
"HoVaTen": "sample string 4",
"SoDT": "sample string 5",
"Email": "sample string 6",
"DiaChi": "sample string 7",
"NgayDuSinh": "2026-01-29T16:27:14.333496+07:00",
"NguoiGioiThieu": "sample string 8",
"NguoiGioiThieu2": "sample string 9",
"ChangeStatus": 10
},
{
"GuidID": "b5b5b971-4e19-43a1-b852-bbc5bb57dc97",
"LocationCode": "sample string 2",
"UserCreate": "sample string 3",
"HoVaTen": "sample string 4",
"SoDT": "sample string 5",
"Email": "sample string 6",
"DiaChi": "sample string 7",
"NgayDuSinh": "2026-01-29T16:27:14.333496+07:00",
"NguoiGioiThieu": "sample string 8",
"NguoiGioiThieu2": "sample string 9",
"ChangeStatus": 10
}
]