API haeva

Tổng quan

Giá trị trả về:
Tên Kiểu giá trị Mô tả
status true/false
message string Trả thông báo lỗi nễu có
data array
|----Results array Trả kết quả
|----CurrentPage int Trang hiện tại
|----PageSize int Tổng item trả về
|----TotalItemCount int Tổng item
|----TotalPageCount int Tổng trang
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Results": [
                                  {...}
                                ],
                                "CurrentPage": 1,
                                "PageSize": 12,
                                "TotalItemCount": 74,
                                "TotalPageCount": 7
                              }
                            }
                            

LinkQ update trạng thái đơn hàng (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string
Parameter:
Tên Kiểu giá trị Mô tả
orderid int Id đơn hàng
orderstatus int Trạng thái 0:1:2:3:4 (Spending/Processing/BeingDelivered/Finish/Cancel)
Ví dụ:
                            {
                              "status": true,
                              "message": "Cập nhật thành công",
                              "data": null
                            }
                            

LinkQ lấy danh sách khách hàng (GET)

Parameter:
Tên Kiểu giá trị Mô tả
page int Trang hiện tại (default: 1)
pagesize int Số item trả về (default: 12)
Giá trị trả về:
Tên Kiểu giá trị Mô tả
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": {
                                    "Results": [
                                        {
                                            "Id": 52,
                                            "Point": 0,
                                            "Email": "anh.phan@haeva.com.vn",
                                            "PhoneNumber": "0328151171",
                                            "Name": "Stella Tran ",
                                            "RootMember": false,
                                            "Token": "MDMyODE1MTE3MTtrYlpwRzZaL0lOZGd0SWdJdjgvRXRRPT07NjM3MDM3MTEzMzg1ODIyNjY1",
                                            "Gender": 2,
                                            "PasswordHash": "kbZpG6Z/INdgtIgIv8/EtQ==",
                                            "EcsRoles": [
                                                {
                                                    "Id": 2,
                                                    "Name": "custommer",
                                                    "Description": "Khách hàng"
                                                }
                                            ],
                                            "ProfileDetails": [
                                                {
                                                    "Id": 31,
                                                    "EcsUserId": 52,
                                                    "Phone": "0954678516",
                                                    "Name": "Test",
                                                    "Gender": 0,
                                                    "Email": "Huong.tran@haeva.com.vn",
                                                    "Address": "An giang ",
                                                    "ProvinceId": 89,
                                                    "ProvinceName": "An Giang",
                                                    "DistrictId": 883,
                                                    "DistrictName": "Long Xuyên",
                                                    "WardId": 30280,
                                                    "WardName": "Mỹ Bình",
                                                    "CreatedDate": "/Date(1568214424847)/",
                                                    "UpdatedDate": "/Date(1568214424847)/"
                                                }
                                            ]
                                        },
                                    ],
                                    "CurrentPage": 1,
                                    "PageSize": 12,
                                    "TotalItemCount": 50,
                                    "TotalPageCount": 5
                                }
                            }
                            

Lấy tất cả banner (GET)

Parameter:
Tên Kiểu giá trị Mô tả
page int Trang hiện tại (default: 1)
pagesize int Số item trả về (default: 12)
Một vài banner mặc định có thuộc tính NoDel == true
Id Tên Mô tả
1 Favicon Favicon icon của website
2 Logo Logo của website
3 Pop up trang chủ Thuộc tính ActiveStatus == 1:0 (Hiện/Ẩn)
4 Banner quảng cáo trang danh mục tin tức Thuộc tính ActiveStatus == 1:0 (Hiện/Ẩn)
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Results": [
                                  {
                                    "Id": 4,
                                    "Name": "Banner quảng cáo trang danh mục tin tức",
                                    "NoDel": true,
                                    "BannerDesktopLst": [
                                      {
                                        "Background": null,
                                        "Product": 6,
                                        "Url": null,
                                        "Src": "/wwwroot/resources/img/banner/4-2019/ads.jpg",
                                        "Alt": "1231",
                                        "DisplayOrder": 0
                                      }
                                    ],
                                    "BannerMobileLst": [
          
                                    ],
                                    "ActiveStatus": 1,
                                    "Slug": "banner-quang-cao-trang-danh-muc-tin-tuc"
                                  }
                                ],
                                "CurrentPage": 1,
                                "PageSize": 12,
                                "TotalItemCount": 4,
                                "TotalPageCount": 1
                              }
                            }
                            

Lấy banner theo Id (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id của banner
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Id": 1,
                                "Name": "Favicon",
                                "NoDel": true,
                                "BannerDesktopLst": [
                                  {
                                    "Background": null,
                                    "Product": 0,
                                    "Url": null,
                                    "Src": "/wwwroot/resources/img/banner/4-2019/favicon.png",
                                    "Alt": null,
                                    "DisplayOrder": 0
                                  }
                                ],
                                "BannerMobileLst": [
      
                                ],
                                "ActiveStatus": 0,
                                "Slug": "favicon"
                              }
                            }
                            

Lấy theme theo Id (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id của theme
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": [
                                {
                                    "MainSlider": {
                                    "Name": "Slider trang chủ",
                                    "Slug": "slider-trang-chu",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/6-2019/bea261d9ba655f3b0674.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/6-2019/bannerweb-mobile-190611.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/1241.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/mobile-2.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 2
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/1242.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/7-2019/5b73b5c21126f578ac37.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 3
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": "https://www.haeva.com.vn/tin-chi-tiet/trai-nghiem-huong-thom-than-thoai-kham-pha-cong-troi-bali",
                                            "Src": "/wwwroot/resources/img/banner/7-2019/cover-3-web.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": "https://www.haeva.com.vn/tin-chi-tiet/trai-nghiem-huong-thom-than-thoai-kham-pha-cong-troi-bali",
                                            "Src": "/wwwroot/resources/img/banner/7-2019/0d7d30a9814d65133c5c.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 4
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": "https://www.haeva.com.vn/tin-chi-tiet/3-cach-den-kham-pha-bali-cung-ha-eva",
                                            "Src": "/wwwroot/resources/img/banner/7-2019/cover-3-2-web.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": "https://www.haeva.com.vn/tin-chi-tiet/3-cach-den-kham-pha-bali-cung-ha-eva",
                                            "Src": "/wwwroot/resources/img/banner/7-2019/118be45e55bab1e4e8ab.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 5
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-banner-web.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/7-2019/5884955105b5e1ebb8a4.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 6
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/thao-nguyen2.jpg",
                                            "Alt": "vn",
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/7-2019/05f04b24dbc03f9e66d1.jpg",
                                            "Alt": "vn",
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 7
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/lavender2.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/7-2019/5481656af58e11d0489f.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 8
                                        }
                                    ]
                                    },
                                    "TabCategoryList": {
                                    "Name": "Tab danh mục sản phẩm",
                                    "Slug": "tab-danh-muc-san-pham",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tinh dầu xông thiên nhiên",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|7",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Máy khuếch tán",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|6",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Đèn xông tinh dầu",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|10",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 3
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Bình khuếch tán",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|9",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 4
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tinh dầu treo xe",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|11",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 5
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Combo hạnh phúc",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|19",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 6
                                        }
                                    ]
                                    },
                                    "TabCategoryList1": {
                                    "Name": "Tab danh mục tin tức",
                                    "Slug": "tab-danh-muc-tin-tuc",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tin tức",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "newscategory|1",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Khuyến mãi",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "newscategory|2",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        }
                                    ]
                                    },
                                    "BannerSectionOne": {
                                    "ThemeType": 3,
                                    "Name": "Danh sách banner 1",
                                    "Slug": "danh-sach-banner-1",
                                    "ImageList": [
                                        {
                                        "ThemeType": 1,
                                        "Name": "Danh sách banner 1",
                                        "Background": null,
                                        "Url": "https://www.haeva.com.vn/binh-khuech-tan",
                                        "Src": "/wwwroot/resources/img/banner/5-2019/banner-duoi-94.jpg",
                                        "Alt": null,
                                        "DisplayOrder": 0
                                        },
                                        {
                                        "ThemeType": 1,
                                        "Name": "Danh sách banner 1",
                                        "Background": null,
                                        "Url": null,
                                        "Src": "/wwwroot/resources/img/banner/5-2019/thao-moc2.jpg",
                                        "Alt": null,
                                        "DisplayOrder": 1
                                        }
                                    ]
                                    },
                                    "VideoSectionOne": {
                                    "Name": "Danh sách banner video",
                                    "Slug": "danh-sach-banner-video",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Link youtube",
                                            "Value": "gb7QKTk4DVU",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": "YxIiPLVR6NA"
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Link youtube",
                                            "Value": "LyCCxAjo_UU",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": "YxIiPLVR6NA"
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        }
                                    ]
                                    }
                                },
                                {
                                    "MainSlider": {
                                    "Name": "Slider trang chủ",
                                    "Slug": "slider-trang-chu",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-thao-nguyen2.jpg",
                                            "Alt": "en",
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/4-slider1-m.jpg",
                                            "Alt": "en",
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-1241.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": null,
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 2
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-voucherlatmat-copy.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": null,
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 3
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-lavender2.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": null,
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 4
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/2-1242.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": null,
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 5
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider desktop",
                                            "Background": null,
                                            "Url": null,
                                            "Src": "/wwwroot/resources/img/banner/5-2019/3-banner-web.jpg",
                                            "Alt": null,
                                            "DisplayOrder": 0
                                            },
                                            {
                                            "ThemeType": 1,
                                            "Name": "Slider Mobile",
                                            "Background": null,
                                            "Url": null,
                                            "Src": null,
                                            "Alt": null,
                                            "DisplayOrder": 1
                                            }
                                        ],
                                        "TextList": [
              
                                        ],
                                        "DisplayOrder": 6
                                        }
                                    ]
                                    },
                                    "TabCategoryList": {
                                    "Name": "Tab danh mục sản phẩm",
                                    "Slug": "tab-danh-muc-san-pham",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tinh dầu xông thiên nhiên",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|7",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Máy khuếch tán",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|6",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Đèn xông tinh dầu",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|10",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 3
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Bình khuếch tán",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|9",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 4
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tinh dầu treo xe",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "productcategory|11",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 5
                                        }
                                    ]
                                    },
                                    "TabCategoryList1": {
                                    "Name": "Tab danh mục tin tức",
                                    "Slug": "tab-danh-muc-tin-tuc",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Tin tức",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "newscategory|1",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Tên danh mục",
                                            "Value": "Khuyến mãi",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                            },
                                            {
                                            "ThemeType": 0,
                                            "Name": "Id danh mục",
                                            "Value": null,
                                            "Url": "newscategory|2",
                                            "TextType": 4,
                                            "DisplayOrder": 1,
                                            "Placeholder": null
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        }
                                    ]
                                    },
                                    "BannerSectionOne": {
                                    "ThemeType": 3,
                                    "Name": "Danh sách banner 1",
                                    "Slug": "danh-sach-banner-1",
                                    "ImageList": [
                                        {
                                        "ThemeType": 1,
                                        "Name": "Danh sách banner 1",
                                        "Background": null,
                                        "Url": "https://www.haeva.com.vn/binh-khuech-tan",
                                        "Src": "/wwwroot/resources/img/banner/5-2019/2-banner-duoi-94.jpg",
                                        "Alt": null,
                                        "DisplayOrder": 0
                                        },
                                        {
                                        "ThemeType": 1,
                                        "Name": "Danh sách banner 1",
                                        "Background": null,
                                        "Url": null,
                                        "Src": "/wwwroot/resources/img/banner/5-2019/2-thao-moc2.jpg",
                                        "Alt": null,
                                        "DisplayOrder": 1
                                        }
                                    ]
                                    },
                                    "VideoSectionOne": {
                                    "Name": "Danh sách banner video",
                                    "Slug": "danh-sach-banner-video",
                                    "Type": null,
                                    "TextImageList": [
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Link youtube",
                                            "Value": "6O0mUwRqnWI",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": "YxIiPLVR6NA"
                                            }
                                        ],
                                        "DisplayOrder": 1
                                        },
                                        {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                            {
                                            "ThemeType": 0,
                                            "Name": "Link youtube",
                                            "Value": "iLiaPvDhzLM",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": "YxIiPLVR6NA"
                                            }
                                        ],
                                        "DisplayOrder": 2
                                        }
                                    ]
                                    }
                                }
                                ]
                            }
                            

Tìm kiếm sản phẩm theo keyword (GET)

Parameter:
Tên Kiểu giá trị Mô tả
keyword string Từ khóa tìm kiếm
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": {
                                "Results": [
                                    {
                                    "Id": 133,
                                    "MainSkuId": 246,
                                    "Name": "TINH DẦU TÌNH YÊU",
                                    "NameEn": null,
                                    "ShortDescription": "

- Tinh dầu Tình Yêu Premium sẽ mang đến một hương sắc mới hiện đại và độc đáo cho ngôi nhà của bạn.

\n", "Url": "tinh-dau-tinh-yeu", "Price": 329000, "ListedPrice": 0, "Percent": 0, "ProductCode": "SL068.10MPRE", "Quantity": 600, "Point": 0, "BrandId": null, "Brand": null, "ProductLabels": [ ], "MainCategoryId": 2, "MainCategory": { "Id": 2, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-thien-nhien", "Name": "Tinh dầu thiên nhiên", "NameEn": null, "CategoryLevel": 0, "ParentId": 1, "Sort": 0 }, "RelatedCategoryIdList": [ ], "Avatar": "/wwwroot/templates/admin/pages/img/default-image.jpg" } ], "CurrentPage": 1, "PageSize": 12, "TotalItemCount": 74, "TotalPageCount": 7 } }

Lấy sản phẩm theo url (GET)

Parameter:
Tên Kiểu giá trị Mô tả
url string Url sản phẩm
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "ExtentionField": {
                                  "LinkVideo": {
                                    "ThemeType": 0,
                                    "Name": "Link Video",
                                    "Value": null,
                                    "Url": null,
                                    "TextType": 0,
                                    "DisplayOrder": 0,
                                    "Placeholder": null
                                  },
                                  "Icon": {
                                    "ThemeType": 1,
                                    "Name": "Icon",
                                    "Background": null,
                                    "Url": null,
                                    "Src": null,
                                    "Alt": null,
                                    "DisplayOrder": 0
                                  },
                                  "SingleImage": {
                                    "ThemeType": 1,
                                    "Name": "Hình minh họa",
                                    "Background": null,
                                    "Url": null,
                                    "Src": "/wwwroot/resources/img/banner/4-2019/td-ca-phe-10ml.jpg",
                                    "Alt": null,
                                    "DisplayOrder": 0
                                  },
                                  "TextListRight": {
                                    "Name": "Nội dung cột phải",
                                    "Slug": "noi-dung-cot-phai",
                                    "Type": null,
                                    "TextImageList": [
                                      {
                                        "ThemeType": 4,
                                        "ImageList": [
              
                                        ],
                                        "TextList": [
                                          {
                                            "ThemeType": 0,
                                            "Name": "Tiêu đề",
                                            "Value": "Mô tả",
                                            "Url": null,
                                            "TextType": 0,
                                            "DisplayOrder": 0,
                                            "Placeholder": null
                                          },
                                          {
                                            "ThemeType": 0,
                                            "Name": "Nội dung",
                                            "Value": "

Tinh dầu Cà Phê có hương thơm nồng và ấm áp. Mùi hương này mang đến cảm giác tỉnh táo, hưng phấn bất ngờ cho chúng ta.

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 1 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Công dụng", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Xua đi mọi vấn đề mùi khó chịu, thanh lọc không khí và tiêu diệt vi khuẩn hiệu quả.

\n\n

- Biến không gian sống của bạn thành một quán cafe thực thụ, đáp ứng nhu cầu giải trí, thư giãn hàng ngày

\n\n

- Tinh dầu Cà Phê là một giải pháp hoàn hảo để giải quyết các áp lực, căng thẳng trong cuộc sống, giúp bạn sáng tạo và tập trung cao độ khi làm việc.

\n\n

- Chống say tàu xe rất hữu hiệu, giúp tỉnh táo tập trung để vững vàng tay lái. 

\n\n

- Trong tinh dầu Cà Phê nguyên chất có chứa rất nhiều axit linoleic ngăn ngừa lão hóa da, mang đến sự đàn hồi, bảo vệ da khỏe mạnh, hồng hào, rạng rỡ.

\n\n

- Cho không gian sống thêm thú vị, thơm nồng ấm áp.

\n\n

* Để sử dụng tinh dầu trực tiếp trên da, bạn phải pha loãng với dầu nền. Vui lòng liên hệ với chuyên gia tư vấn theo hotline của công ty.

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 2 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Hướng dẫn sử dụng", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Khách hàng có thể sử dụng máy khuếch tán hoặc đèn xông tinh dầu để lan tỏa mùi hương của tinh dầu Cà Phê.

\n\n

- Đối với máy khuếch tán, nhỏ trực tiếp vào khoang chứa nước, lắc nhẹ và khởi động máy.

\n\n

- Đối với đèn xông, bạn nhỏ tinh dầu lên đĩa đựng của đèn và kích hoạt để máy tỏa mùi.

\n\n

- Nên sử dụng số lượng tinh dầu vừa phải, phù hợp với diện tích không gian và phương pháp khuếch tán. Điều này là vô cùng cần thiết, tránh lãng phí cũng như mang lại hiệu quả tốt nhất đối với sức khỏe.

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 3 } ] }, "TextListLeft": { "Name": "Nội dung cột trái", "Slug": "noi-dung-cot-trai", "Type": null, "TextImageList": [ { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Lợi ích chính", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Xua đi mọi vấn đề mùi khó chịu, thanh lọc không khí và tiêu diệt vi khuẩn hiệu quả.

\n\n

- Biến không gian sống của bạn thành một quán cafe thực thụ, đáp ứng nhu cầu giải trí, thư giãn hàng ngày

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 1 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Mô tả hương thơm", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Hương thơm ấm áp, mùi vị khá nồng và bạn có thể dễ dàng nhận biết từ xa.

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 2 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Phương pháp", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Trích ly

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 3 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Phần thực vật", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": "

- Hạt cà phê nguyên chất

\n", "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 4 } ] }, "TextListRightEn": { "Name": "Nội dung cột phải En", "Slug": "noi-dung-cot-phai-en", "Type": null, "TextImageList": [ { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Description", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 1 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Uses", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 2 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Direction for Use", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 3 } ] }, "TextListLeftEn": { "Name": "Nội dung cột trái En", "Slug": "noi-dung-cot-trai-en", "Type": null, "TextImageList": [ { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Primary benefit", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 1 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Aromatic description", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 2 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Collection method", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 3 }, { "ThemeType": 4, "ImageList": [ ], "TextList": [ { "ThemeType": 0, "Name": "Tiêu đề", "Value": "Plant part", "Url": null, "TextType": 0, "DisplayOrder": 0, "Placeholder": null }, { "ThemeType": 0, "Name": "Nội dung", "Value": null, "Url": null, "TextType": 1, "DisplayOrder": 1, "Placeholder": null } ], "DisplayOrder": 4 } ] } }, "Id": 64, "IsDeleted": false, "ActiveStatus": 1, "CreatedDate": "/Date(-62135596800000)/", "UpdatedDate": "/Date(-62135596800000)/", "DownLoadLink": null, "Name": "TINH DẦU CÀ PHÊ ", "ShortDescription": "

Mùi hương cà phê luôn đem đến sự quen thuộc, hứng phấn. Vì thế, thật dễ hiểu tại sao tinh dầu Cà Phê lại được khách hàng ưa chuộng sử dụng như vậy.

\n", "NameEn": "Coffee essential oil", "ShortDescriptionEn": null, "Description": null, "DescriptionEn": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": "TINH DẦU CÀ PHÊ ", "Url": "tinh-dau-ca-phe", "Skus": [ { "Id": 105, "Point": 0, "Name": "TINH DẦU CÀ PHÊ (10ml)", "NameEn": "Coffee essential oil", "ProductCode": "SL041.10MPRE", "Url": "tinh-dau-ca-phe", "MainCategoryId": 7, "MainCategory": { "Id": 0, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-premium", "Name": "TINH DẦU PREMIUM", "NameEn": null, "CategoryLevel": 0, "ParentId": null, "Sort": 0 }, "Price": 679000, "ListedPrice": 0, "Percent": 0, "PromotionPriceStartTime": null, "PromotionPriceEndTime": null, "Quantity": 400, "ProductImages": [ { "Id": 111, "Src": "/wwwroot/resources/img/banner/4-2019/2-TD-CA-PHE-10ML.jpg", "Alt": null, "SkuId": 105, "IsDefault": true, "DisplayOrder": 0 } ], "ProductId": 64, "SkuAttributeList": [ { "ProductAttributeId": 1, "ProductAttributeValueId": 1, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "10ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 0 } ], "IsDefault": true, "IsActive": true, "ProductLabels": [ ], "BrandId": null, "Brand": null }, { "Id": 194, "Point": 0, "Name": "TINH DẦU CÀ PHÊ (30ml)", "NameEn": "Coffee essential oil", "ProductCode": "SL041.30MPRE", "Url": "tinh-dau-ca-phe", "MainCategoryId": 7, "MainCategory": { "Id": 0, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-premium", "Name": "TINH DẦU PREMIUM", "NameEn": null, "CategoryLevel": 0, "ParentId": null, "Sort": 0 }, "Price": 1379000, "ListedPrice": 0, "Percent": 0, "PromotionPriceStartTime": null, "PromotionPriceEndTime": null, "Quantity": 200, "ProductImages": [ { "Id": 200, "Src": "/wwwroot/resources/img/banner/5-2019/2-CA-PHE.jpg", "Alt": null, "SkuId": 194, "IsDefault": true, "DisplayOrder": 0 } ], "ProductId": 64, "SkuAttributeList": [ { "ProductAttributeId": 1, "ProductAttributeValueId": 2, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "30ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 0 } ], "IsDefault": false, "IsActive": true, "ProductLabels": [ ], "BrandId": null, "Brand": null }, { "Id": 195, "Point": 0, "Name": "TINH DẦU CÀ PHÊ (100ml)", "NameEn": "Coffee essential oil", "ProductCode": "SL041.100MPRE", "Url": "tinh-dau-ca-phe", "MainCategoryId": 7, "MainCategory": { "Id": 0, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-premium", "Name": "TINH DẦU PREMIUM", "NameEn": null, "CategoryLevel": 0, "ParentId": null, "Sort": 0 }, "Price": 2679000, "ListedPrice": 0, "Percent": 0, "PromotionPriceStartTime": null, "PromotionPriceEndTime": null, "Quantity": 200, "ProductImages": [ { "Id": 201, "Src": "/wwwroot/resources/img/banner/5-2019/ca-phe.jpg", "Alt": null, "SkuId": 195, "IsDefault": true, "DisplayOrder": 0 } ], "ProductId": 64, "SkuAttributeList": [ { "ProductAttributeId": 1, "ProductAttributeValueId": 4, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "100ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 0 } ], "IsDefault": false, "IsActive": true, "ProductLabels": [ ], "BrandId": null, "Brand": null } ], "ProductAlsoBoughtList": [ ], "BrandId": null, "Brand": null, "ProductLabels": [ ], "MainCategoryId": 7, "MainCategory": { "Id": 7, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-premium", "Name": "TINH DẦU PREMIUM", "NameEn": null, "CategoryLevel": 0, "ParentId": 2, "Sort": 0 }, "RelatedCategoryIdList": [ 2 ], "ProductAttributes": [ { "ProductAttributeId": 2, "ProductAttributeValueId": 8, "AttributeName": "\tCông dụng", "AttributeNameEn": null, "AttributeValue": "Giảm STRESS", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 2, "ProductAttributeValueId": 18, "AttributeName": "\tCông dụng", "AttributeNameEn": null, "AttributeValue": "Tập trung", "AttributeValueEn": null, "DisplayOrderAttribute": 1, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 2, "ProductAttributeValueId": 19, "AttributeName": "\tCông dụng", "AttributeNameEn": null, "AttributeValue": "Tái tạo năng lượng", "AttributeValueEn": null, "DisplayOrderAttribute": 2, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 2, "ProductAttributeValueId": 9, "AttributeName": "\tCông dụng", "AttributeNameEn": null, "AttributeValue": "Khử mùi", "AttributeValueEn": null, "DisplayOrderAttribute": 3, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 3, "ProductAttributeValueId": 11, "AttributeName": "\tKhông gian", "AttributeNameEn": null, "AttributeValue": "Phòng khách", "AttributeValueEn": null, "DisplayOrderAttribute": 4, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 3, "ProductAttributeValueId": 13, "AttributeName": "\tKhông gian", "AttributeNameEn": null, "AttributeValue": "Nhà bếp", "AttributeValueEn": null, "DisplayOrderAttribute": 5, "DisplayOrderAttributeValue": 0 } ], "ProductVersionAttributes": [ { "ProductAttributeId": 1, "ProductAttributeValueId": 1, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "10ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 0 }, { "ProductAttributeId": 1, "ProductAttributeValueId": 2, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "30ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 1 }, { "ProductAttributeId": 1, "ProductAttributeValueId": 4, "AttributeName": "Dung tích", "AttributeNameEn": null, "AttributeValue": "100ml", "AttributeValueEn": null, "DisplayOrderAttribute": 0, "DisplayOrderAttributeValue": 2 } ], "TagList": [ ] } }

Lấy sản phẩm liên quan theo Id sản phẩm (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id sản phẩm
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                {
                                  "Id": 126,
                                  "MainSkuId": 187,
                                  "Name": "TINH DẦU ĐUỔI MUỖI",
                                  "NameEn": null,
                                  "ShortDescription": "

Tinh dầu tự nhiên có rất nhiều công dụng, vừa có thể là giải pháp khử mùi vừa có thể là liệu pháp massage thư giãn, vừa có thể hỗ trợ phòng bệnh hữu hiệu. Bên cạnh đó, có một số loại hương thơm của tinh dầu còn có tác dụng xua đuổi côn trùng, đặc biệt hiệu quả khi đuổi muỗi. 

\n", "Url": "tinh-dau-duoi-muoi", "Price": 99000, "ListedPrice": 0, "Percent": 0, "ProductCode": "HASRA0030", "Quantity": 94, "Point": 0, "BrandId": null, "Brand": null, "ProductLabels": [ ], "MainCategoryId": 16, "MainCategory": { "Id": 16, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-duoi-muoi", "Name": "TINH DẦU ĐUỔI MUỖI", "NameEn": null, "CategoryLevel": 0, "ParentId": 2, "Sort": 0 }, "RelatedCategoryIdList": [ 7 ], "Avatar": "/wwwroot/resources/img/product/5-2019/td-duoi-mui.jpg" } ] }

Lấy danh mục sản phẩm theo url (GET)

Parameter:
Tên Kiểu giá trị Mô tả
url string Url danh mục sản phẩm
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Id": 2,
                                "Avatar": null,
                                "Description": null,
                                "MetaKeyword": null,
                                "MetaDescription": null,
                                "MetaTitle": "Tinh dầu thiên nhiên",
                                "Url": "tinh-dau-thien-nhien",
                                "Name": "Tinh dầu thiên nhiên",
                                "NameEn": null,
                                "CategoryLevel": 1,
                                "ParentId": 1,
                                "Sort": 5
                              }
                            }
                            

Lọc sản phẩm (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id danh mục sản phẩm
brandidlist string List Id thương hiệu vd: 1,2
sale int Lọc sản phẩm có giá khuyến mãi 0:1 (Không/Có)
sortype int Sắp xếp kết quả 0:1:2:3:4:5:6 (PriceLowToHigh/PriceHighToLow/NameAtoZ/NameZtoA/NewToOld/OldToNew/Sort)
priceilist string List Id lọc giá vd: 1,2
attidlist string List Id lọc thuộc tính vd: 2-8,9v3-11,12
page id Trang hiện tại
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Results": [
                                  {
                                    "Id": 103,
                                    "MainSkuId": 163,
                                    "Name": "Tinh dầu xịt phòng Oải Hương",
                                    "NameEn": null,
                                    "ShortDescription": "

Nếu bạn đang tìm kiếm một giải pháp mùi hương để làm mới không gian sống mà không muốn dùng các dung dịch xịt phòng tổng hợp từ các loại hóa chất, thì sản phẩm xịt phòng thiên nhiên HA EVA với nhiều mùi hương chiết xuất từ thiên nhiên 100% sẽ làm bạn hài lòng.

\n", "Url": "tinh-dau-xit-phong-oai-huong", "Price": 99000, "ListedPrice": 0, "Percent": 0, "ProductCode": "HARO0019", "Quantity": 100, "Point": 0, "BrandId": null, "Brand": null, "ProductLabels": [ ], "MainCategoryId": 4, "MainCategory": { "Id": 4, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-xit-phong", "Name": "Tinh dầu xịt phòng", "NameEn": null, "CategoryLevel": 0, "ParentId": 2, "Sort": 0 }, "RelatedCategoryIdList": [ ], "Avatar": "/wwwroot/resources/img/product/4-2019/xit-phong-oai-huong.jpg" } ], "CurrentPage": 1, "PageSize": 12, "TotalItemCount": 26, "TotalPageCount": 3 } }

Lấy lọc thuộc tính theo Id danh mục sản phẩm (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id danh mục sản phẩm
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                {
                                  "ProductAttributeId": 2,
                                  "ProductAttributeValueId": 8,
                                  "AttributeName": "\tCông dụng",
                                  "AttributeNameEn": null,
                                  "AttributeValue": "Giảm STRESS",
                                  "AttributeValueEn": null,
                                  "DisplayOrderAttribute": 0,
                                  "DisplayOrderAttributeValue": 0
                                },
                                {
                                  "ProductAttributeId": 3,
                                  "ProductAttributeValueId": 11,
                                  "AttributeName": "\tKhông gian",
                                  "AttributeNameEn": null,
                                  "AttributeValue": "Phòng khách",
                                  "AttributeValueEn": null,
                                  "DisplayOrderAttribute": 1,
                                  "DisplayOrderAttributeValue": 0
                                }
                              ]
                            }
                            

Lấy lọc giá theo Id danh mục sản phẩm (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id danh mục sản phẩm
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                {
                                  "Id": 1,
                                  "PriceFrom": 50000,
                                  "PriceTo": 200000,
                                  "Text": "Giá từ 50.000đ tới 200.000đ",
                                  "TextEn": "Giá từ 50.000đ tới 200.000đ En"
                                }
                              ]
                            }
                            

Lấy menu theo parent Id (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id parent menu
Id menu mặc định
Id Tên Mô tả
1 Main menu Toàn trang
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                {
                                  "Id": 14,
                                  "Text": "Giới thiệu",
                                  "TextEn": "About us",
                                  "DisplayName": null,
                                  "Key": "gioi-thieu",
                                  "Avatar": null,
                                  "ParentId": 1,
                                  "MenuLevel": 1,
                                  "DisplayOrder": 2,
                                  "Url": null,
                                  "UrlAuto": "/gioi-thieu-p1",
                                  "NoDel": false
                                }
                              ]
                            }
                            

Lấy trang tĩnh theo Url (GET)

Parameter:
Tên Kiểu giá trị Mô tả
url string Url trang tĩnh
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Id": 2,
                                "Name": "Liên hệ",
                                "NameEn": null,
                                "PageContent": null,
                                "PageContentEn": null,
                                "MetaKeyword": null,
                                "MetaDescription": null,
                                "MetaTitle": "Liên hệ",
                                "Url": "lien-he",
                                "IsHtml": false
                              }
                            }
                            

Lấy giá trị mặc định (GET)

Parameter:
Tên Kiểu giá trị Mô tả
value string Tên giá trị
Id menu mặc định
Tên Mô tả
WEBSITE_NAME Tinh dầu thiên nhiên nguyên chất HaEva tại TPHCM, Hà Nội
WEBSITE_URL https://haeva.com.vn
WEBSITE_LICENSE
WEBSITE_SLOGAN Tinh dầu thiên nhiên HaEva | Tinh dầu cho hạnh phúc
WEBSITE_EMAIL project.manager@hagroups.com.vn
WEBSITE_PHONE 0975007722
WEBSITE_MXH1 FaceBook
WEBSITE_MXH2 GooglePlus
WEBSITE_MXH3 Youtube
WEBSITE_MXH4 Instagram
WEBSITE_MXH5 Pinterest
WEBSITE_MXH6 Zalo
WEBSITE_MAP <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1647.806214311118!2d106.73231429984895!3d10.798614329820497!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x31752700b59e9047%3A0x51ce19c03bed5ac2!2zMWIgxJAuIFRy4bqnbiBOw6NvLCBUaOG6o28gxJBp4buBbiwgVGjhu6cgxJDhu6ljLCBUaMOgbmggcGjhu5EgSOG7kyBDaMOtIE1pbmgsIFZp4buHdCBOYW0!5e0!3m2!1svi!2s!4v1709776605182!5m2!1svi!2s" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
WEBSITE_ADDRESS 1B Trần Não, P. An Phú, Tp.Thủ Đức, Tp. Hồ Chí Minh
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": "Tinh dầu HaEva"
                            }
                            

Lấy tin tức theo Url (GET)

Parameter:
Tên Kiểu giá trị Mô tả
url string Url trang tin tức
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Id": 5,
                                "Title": "Khi nhà có \"KHÁCH\", bạn sẽ làm gì",
                                "TitleEn": null,
                                "Description": null,
                                "DescriptionEn": null,
                                "Body": null,
                                "BodyEn": null,
                                "Avatar": "/wwwroot/resources/img/news/4-2019/2-ly_hai_tinh_dau_lan_a84ba6dfa6ed421a8cadf2a27ccc6b87_grande.jpg",
                                "MetaKeyword": null,
                                "MetaDescription": null,
                                "MetaTitle": "Khi nhà có \"KHÁCH\", bạn sẽ làm gì",
                                "Url": "khi-nha-co-khach-ban-se-lam-gi",
                                "DownLoadLink": null,
                                "CreatedDate": "/Date(1555378676000)/",
                                "UpdatedDate": "/Date(1560878181613)/",
                                "LikeCount": 10,
                                "ActiveStatus": 1,
                                "EcsUserId": 2,
                                "EcsUserName": null,
                                "CategoryId": 1,
                                "NewsCategory": {
                                  "Id": 1,
                                  "Sort": 0,
                                  "Name": "Tin tức",
                                  "NameEn": null,
                                  "Description": null,
                                  "MetaKeyword": null,
                                  "MetaDescription": null,
                                  "MetaTitle": "Tin tức",
                                  "Url": "tin-tuc",
                                  "ParentId": null,
                                  "CategoryLevel": 0,
                                  "Layout": 0
                                },
                                "TagList": [
      
                                ],
                                "RelatedProducts": [
      
                                ],
                                "ExtentionFields": {
                                  "SingleText": {
                                    "ThemeType": 0,
                                    "Name": "Link video",
                                    "Value": null,
                                    "Url": null,
                                    "TextType": 0,
                                    "DisplayOrder": 0,
                                    "Placeholder": "2vNTxM4tecw"
                                  },
                                  "TextList": {
                                    "Name": "Danh sách text",
                                    "Slug": "danh-sach-text",
                                    "Type": null,
                                    "TextImageList": [
          
                                    ]
                                  },
                                  "AlbumList": {
                                    "ThemeType": 3,
                                    "Name": "Danh sách image",
                                    "Slug": "danh-sach-image",
                                    "ImageList": [
          
                                    ]
                                  }
                                }
                              }
                            }
                            

Lấy tin tức liên quan theo Id tin tức (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id tin tức
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                {
                                  "Id": 5,
                                  "Title": "Khi nhà có \"KHÁCH\", bạn sẽ làm gì",
                                  "TitleEn": null,
                                  "Description": null,
                                  "DescriptionEn": null,
                                  "Body": null,
                                  "BodyEn": null,
                                  "Avatar": "/wwwroot/resources/img/news/4-2019/2-ly_hai_tinh_dau_lan_a84ba6dfa6ed421a8cadf2a27ccc6b87_grande.jpg",
                                  "MetaKeyword": null,
                                  "MetaDescription": null,
                                  "MetaTitle": "Khi nhà có \"KHÁCH\", bạn sẽ làm gì",
                                  "Url": "khi-nha-co-khach-ban-se-lam-gi",
                                  "DownLoadLink": null,
                                  "CreatedDate": "/Date(1555378676000)/",
                                  "UpdatedDate": "/Date(1560878181613)/",
                                  "LikeCount": 10,
                                  "ActiveStatus": 1,
                                  "EcsUserId": 2,
                                  "EcsUserName": null,
                                  "CategoryId": 1,
                                  "NewsCategory": {
                                    "Id": 1,
                                    "Sort": 0,
                                    "Name": "Tin tức",
                                    "NameEn": null,
                                    "Description": null,
                                    "MetaKeyword": null,
                                    "MetaDescription": null,
                                    "MetaTitle": "Tin tức",
                                    "Url": "tin-tuc",
                                    "ParentId": null,
                                    "CategoryLevel": 0,
                                    "Layout": 0
                                  },
                                  "TagList": [
        
                                  ],
                                  "RelatedProducts": [
        
                                  ],
                                  "ExtentionFields": {
                                    "SingleText": {
                                      "ThemeType": 0,
                                      "Name": "Link video",
                                      "Value": null,
                                      "Url": null,
                                      "TextType": 0,
                                      "DisplayOrder": 0,
                                      "Placeholder": "2vNTxM4tecw"
                                    },
                                    "TextList": {
                                      "Name": "Danh sách text",
                                      "Slug": "danh-sach-text",
                                      "Type": null,
                                      "TextImageList": [
            
                                      ]
                                    },
                                    "AlbumList": {
                                      "ThemeType": 3,
                                      "Name": "Danh sách image",
                                      "Slug": "danh-sach-image",
                                      "ImageList": [
            
                                      ]
                                    }
                                  }
                                }
                              ]
                            }
                            

Lấy danh mục tin tức theo url (GET)

Parameter:
Tên Kiểu giá trị Mô tả
url string Url danh mục tin tức
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Id": 1,
                                "Sort": 0,
                                "Name": "Tin tức",
                                "NameEn": null,
                                "Description": null,
                                "MetaKeyword": null,
                                "MetaDescription": null,
                                "MetaTitle": "Tin tức",
                                "Url": "tin-tuc",
                                "ParentId": null,
                                "CategoryLevel": 0,
                                "Layout": 0
                              }
                            }
                            

Lấy tin tức theo Id danh mục tin tức (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id int Id danh mục tin tức
sortype int Sắp xếp kết quả 0:1:2:3:4:5:6 (NameAtoZ/NameZtoA/NewToOld/OldToNew)
page int Trang hiện tại
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": {
                                "Results": [
                                  {
                                    "Id": 48,
                                    "Title": "\"HẠNH PHÚC LÀ NHÀ\" ĐÃ CÓ MẶT TRÊN TOÀN QUỐC",
                                    "TitleEn": null,
                                    "Description": null,
                                    "DescriptionEn": null,
                                    "Body": null,
                                    "BodyEn": null,
                                    "Avatar": "/wwwroot/resources/img/news/6-2019/h11.jpg",
                                    "MetaKeyword": null,
                                    "MetaDescription": null,
                                    "MetaTitle": "\"HẠNH PHÚC LÀ NHÀ\" ĐÃ CÓ MẶT TRÊN TOÀN QUỐC",
                                    "Url": "hanh-phuc-la-nha-da-co-mat-tren-toan-quoc",
                                    "DownLoadLink": null,
                                    "CreatedDate": "/Date(1560757619000)/",
                                    "UpdatedDate": "/Date(1561008658443)/",
                                    "LikeCount": 22,
                                    "ActiveStatus": 1,
                                    "EcsUserId": 2,
                                    "EcsUserName": "Admin",
                                    "CategoryId": 1,
                                    "NewsCategory": {
                                      "Id": 1,
                                      "Sort": 0,
                                      "Name": "Tin tức",
                                      "NameEn": null,
                                      "Description": null,
                                      "MetaKeyword": null,
                                      "MetaDescription": null,
                                      "MetaTitle": "Tin tức",
                                      "Url": "tin-tuc",
                                      "ParentId": null,
                                      "CategoryLevel": 0,
                                      "Layout": 0
                                    },
                                    "TagList": [
          
                                    ],
                                    "RelatedProducts": [
          
                                    ],
                                    "ExtentionFields": {
                                      "SingleText": {
                                        "ThemeType": 0,
                                        "Name": "Link video (nếu có)",
                                        "Value": null,
                                        "Url": null,
                                        "TextType": 0,
                                        "DisplayOrder": 0,
                                        "Placeholder": "2vNTxM4tecw"
                                      },
                                      "TextList": {
                                        "Name": "Danh sách text",
                                        "Slug": "danh-sach-text",
                                        "Type": null,
                                        "TextImageList": [
              
                                        ]
                                      },
                                      "AlbumList": {
                                        "ThemeType": 3,
                                        "Name": "Danh sách image",
                                        "Slug": "danh-sach-image",
                                        "ImageList": [
              
                                        ]
                                      }
                                    }
                                  }
                                ],
                                "CurrentPage": 1,
                                "PageSize": 12,
                                "TotalItemCount": 21,
                                "TotalPageCount": 2
                              }
                            }
                            

Đăng kí thành viên (POST)

Parameter:
Tên Kiểu giá trị Mô tả
Name string
Phone string
Email string
Password string
ConfirmPassword string
BirthDate datetime
Ví dụ:
                            {
                                "status": true,
                                "message": "Đăng kí thành công",
                                "data": null
                            }
                            

Đăng kí thành viên bằng MXH (POST)

Parameter:
Tên Kiểu giá trị Mô tả
Name string
Phone string
Email string
LoginProvider string Facebook/Google
ProviderKey string
Ví dụ:
                            {
                                "status": true,
                                "message": "Đăng kí thành công",
                                "data": null
                            }
                            

Send mail quên mật khẩu (POST)

Parameter:
Tên Kiểu giá trị Mô tả
email string
Ví dụ:
                            {
                                "status": true,
                                "message": "Mật khẩu mới đã được gửi đến email, vui lòng kiểm tra email để xác nhận mật khẩu mới.",
                                "data": null
                            }
                            

Xác nhận mật khẩu mới (POST)

Parameter:
Tên Kiểu giá trị Mô tả
code string MTs5MzE3MDI2NDs2MzY5OTY1NTUxMDc3NTY5MTM=
Ví dụ:
                            {
                                "status": true,
                                "message": "Mật khẩu mới của bạn đã được xác nhận, vui lòng đăng nhập để tiếp tục thao tác.",
                                "data": null
                            }
                            

Đăng nhập (POST)

Parameter:
Tên Kiểu giá trị Mô tả
Phone string
Password string
Ví dụ:
                            {
                                "status": true,
                                "message": "Đăng nhập thành công",
                                "data": {
                                    "Email": "duonghonghai75@gmail.com",
                                    "PhoneNumber": "0979781779",
                                    "Name": "Dương Hồng Hải",
                                    "RootMember": false,
                                    "Token": "MDk3OTc4MTc3OTsxRnpoU1RvN2lRMkk4YlNsTVpDTHhnPT07NjM3MDU3NDM4OTc2MTk5MDUz",
                                    "Gender": 1,
                                    "BirthDate": "/Date(1567616400000)/",
                                    "PasswordHash": "1FzhSTo7iQ2I8bSlMZCLxg==",
                                    "IsDeleted": false,
                                    "WishListsId": null,
                                    "Point": 0,
                                    "Share": false,
                                    "EcsUserAndEcsRoles": null,
                                    "ProfileDetails": null,
                                    "SocialLogins": null,
                                    "Comments": null,
                                    "News": null,
                                    "WishLists": null,
                                    "Id": 3
                                }
                            }
                            

Đăng nhập MXH (POST)

Parameter:
Tên Kiểu giá trị Mô tả
ProviderKey string
LoginProvider string Facebook/Google
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": {
                                    "Email": "abc1@gmail.com",
                                    "PhoneNumber": "1",
                                    "Name": "Nguyễn Văn Abc1",
                                    "RootMember": false,
                                    "Token": "MTtOMUJQcUM0UUw2Ymtrczh2N1hJd0dnPT07NjM2OTk0NzU5MTI0NzI4MDg4",
                                    "Gender": 0,
                                    "PasswordHash": "N1BPqC4QL6bkks8v7XIwGg==",
                                    "IsDeleted": false,
                                    "WishListsId": null,
                                    "Point": 0,
                                    "EcsUserAndEcsRoles": null,
                                    "ProfileDetails": null,
                                    "SocialLogins": null,
                                    "Comments": null,
                                    "News": null,
                                    "WishLists": null,
                                    "Id": 18
                                }
                            }
                            

Thông tin khách hàng (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": {
                                    "Email": "test@gmail.com",
                                    "PhoneNumber": "1",
                                    "Name": "Test Api",
                                    "RootMember": false,
                                    "Token": "MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4",
                                    "Gender": 0,
                                    "PasswordHash": "N1BPqC4QL6bkks8v7XIwGg==",
                                    "IsDeleted": false,
                                    "WishListsId": [80,30,109,110,111,115,113,112,116,117,118,119,125,126,127,128,131,100,99,101,103,132],
                                    "Point": 0,
                                    "Share": false,
                                    "EcsUserAndEcsRoles": null,
                                    "ProfileDetails": null,
                                    "SocialLogins": null,
                                    "Comments": null,
                                    "News": null,
                                    "WishLists": null,
                                    "Id": 26
                                }
                            }
                            

Update thông tin khách hàng (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
Gender int Giới tính 0:1:2 (Undefine/Male/Femail)
Name string Tên khách hàng
BirthDate datetime mm/dd/yyyy
IsChangePassword bool Check xem có yêu cầu đổi password
OldPassword string Password cũ
NewPassword string Password mới
ConfirmNewPassword string Xác nhận password mới
Ví dụ:
                            {
                              "status": true,
                              "message": "Cập nhật thành công",
                              "data": null
                            }
                            

Update thông tin share (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
status bool default: false
Ví dụ:
                            {
                              "status": true,
                              "message": "Cập nhật thành công",
                              "data": null
                            }
                            

Lấy wishlist (GET)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": [
                                    {
                                        "Id": 15,
                                        "MainSkuId": 20,
                                        "Name": "TINH DẦU SẢ HOA HỒNG ",
                                        "NameEn": "Palmarosa essential oil",
                                        "ShortDescription": "

Cùng họ với sả nhưng tinh dầu sả hoa hồng vẫn toát lên vẻ đặc trưng, cuốn hút và khác biệt. Đó cũng là lý do vì sao loại tinh dầu này luôn đứng top đầu các sản phẩm bán chạy nhất hiện nay.

\r\n", "Url": "tinh-dau-sa-hoa-hong", "Price": 239000, "ListedPrice": 0, "Percent": 0, "ProductCode": "SL023.10MPRE", "Quantity": 1200, "Point": 0, "BrandId": null, "Brand": null, "ProductLabels": [], "MainCategoryId": 7, "MainCategory": { "Id": 7, "Avatar": null, "Description": null, "MetaKeyword": null, "MetaDescription": null, "MetaTitle": null, "Url": "tinh-dau-premium", "Name": "TINH DẦU PREMIUM", "NameEn": null, "CategoryLevel": 0, "ParentId": 2, "Sort": 0 }, "RelatedCategoryIdList": [ 2 ], "Avatar": "/wwwroot/resources/img/product/4-2019/td-sa-ho-hong-10ml.jpg" } ] }

Thêm 1 sản phẩm vào wishlist (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
id int Id sản phẩm cần thêm vào wishlist
Ví dụ:
                            {
                              "status": true,
                              "message": "Thêm thành công",
                              "data": null
                            }
                            

Thêm 1 sản phẩm vào wishlist (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
id int Id sản phẩm cần xóa của wishlist
Ví dụ:
                            {
                              "status": true,
                              "message": "Xóa thành công",
                              "data": null
                            }
                            

Lấy danh sách sổ địa chỉ (GET)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": [
                                    {
                                        "Id": 5,
                                        "EcsUserId": 24,
                                        "Phone": "236189331",
                                        "Name": "test ",
                                        "Gender": 0,
                                        "Email": null,
                                        "Address": "số 4 phường thắng tam, tp vũng tàu ",
                                        "ProvinceId": 77,
                                        "ProvinceName": "Bà Rịa - Vũng Tàu",
                                        "DistrictId": 747,
                                        "DistrictName": "Vũng Tàu",
                                        "WardId": 26508,
                                        "WardName": "Thắng Tam",
                                        "CreatedDate": "\/Date(1557131224560)\/",
                                        "UpdatedDate": "\/Date(1557131224560)\/"
                                    }
                                ]
                            }
                            

Thêm 1 sổ địa chỉ (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
Gender int Giới tính 0:1:2 (Undefine/Male/Femail)
Name string
Email string
Phone string
Address string
ProvinceId int Id tỉnh thành
DistrictId int Id quận huyện
WardId int Id phường xã
Ví dụ:
                            {
                              "status": true,
                              "message": "Thêm địa chỉ thành công",
                              "data": null
                            }
                            

Update 1 sổ địa chỉ (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
Gender int Giới tính 0:1:2 (Undefine/Male/Femail)
Name string
Email string
Phone string
Address string
ProvinceId int Id tỉnh thành
DistrictId int Id quận huyện
WardId int Id phường xã
Ví dụ:
                            {
                              "status": true,
                              "message": "Cập nhật địa chỉ thành công",
                              "data": null
                            }
                            

Xóa 1 sổ địa chỉ (POST)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
id int Id sổ địa chỉ
Ví dụ:
                            {
                              "status": true,
                              "message": "Xóa địa chỉ thành công",
                              "data": null
                            }
                            

Lấy lịch sử đơn hàng (GET)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
page int Trang hiện tại (default: 1)
pagesize int Số item trả về (default: 12)
Ví dụ:
                            {
                                "status": true,
                                "message": null,
                                "data": {
                                    "Results": [
                                        {
                                            "Id": 14,
                                            "OrderCodeId": null,
                                            "GuidId": "aa9d0251-aa44-4c34-9ff2-a6801f39d24f",
                                            "TotalAmount": 99000,
                                            "CustomerId": 24,
                                            "CustomerName": "Hương test ",
                                            "Gender": 2,
                                            "CustomerPhone": "0328151171",
                                            "CustomerEmail": "huongttt15411@st.uel.edu.vn",
                                            "Address": "tri trấn ngã giao, châu đức, bà rịa vũng tàu ",
                                            "WardId": 26575,
                                            "DistrictId": 750,
                                            "ProvinceId": 77,
                                            "CountryId": 237,
                                            "WardName": "Ngãi Giao",
                                            "DistrictName": "Châu Đức",
                                            "ProvinceName": "Bà Rịa - Vũng Tàu",
                                            "CountryName": "Việt Nam",
                                            "Note": "",
                                            "Status": 0,
                                            "ShippingFee": 0,
                                            "CouponCode": null,
                                            "DiscountAmount": 0,
                                            "ReceiverName": "Hương test ",
                                            "ReceiverPhone": "0328151171",
                                            "ReceiverEmail": "huongttt15411@st.uel.edu.vn",
                                            "ReceiverAddress": "tri trấn ngã giao, châu đức, bà rịa vũng tàu ",
                                            "ReceiverWardId": 26575,
                                            "ReceiverWardName": "Ngãi Giao",
                                            "ReceiverCountryId": 237,
                                            "ReceiverCountryName": "Việt Nam",
                                            "ReceiverDistrictId": 750,
                                            "ReceiverDistrictName": "Châu Đức",
                                            "ReceiverProvinceId": 77,
                                            "ReceiverProvinceName": "Bà Rịa - Vũng Tàu",
                                            "LastStaffId": null,
                                            "ReceiverGender": 2,
                                            "OrderDetails": [
                                                {
                                                    "OrderId": 14,
                                                    "ProductId": 159,
                                                    "ProductCode": "HARO0001",
                                                    "Price": 99000,
                                                    "Quantity": 1,
                                                    "ListedPrice": 0,
                                                    "DiscountPercent": 0,
                                                    "Message": null,
                                                    "ProductName": "Tinh dầu xịt phòng thiên nhiên bạc hà",
                                                    "ProductNameEn": null,
                                                    "Avatar": null,
                                                    "Url": null,
                                                    "MainCategory": null
                                                }
                                            ],
                                            "CreatedDate": "\/Date(1556245395430)\/",
                                            "UpdatedDate": "\/Date(1556245395430)\/",
                                            "IsDeleted": false,
                                            "CheckoutType": 0,
                                            "DeliveryStatus": 0
                                        }
                                    ],
                                    "CurrentPage": 1,
                                    "PageSize": 10,
                                    "TotalItemCount": 7,
                                    "TotalPageCount": 1
                                }
                            }
                            

Đơn hàng chi tiết (GET)

Header:
Tên Kiểu giá trị Mô tả
Token string MTsxMjM0NTY7NjM2OTk1NzQ1NDg0MTQ3ODM4
Parameter:
Tên Kiểu giá trị Mô tả
id string Là GuidId của đơn hàng vd:3dc093a1-da5c-4995-a1ca-12d262c0f3eb
Ví dụ:
                            {
                              "status": true,
                              "message": "Xóa địa chỉ thành công",
                              "data": null
                            }
                            

Lấy danh sách tỉnh thành (GET)

Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                    {
                                      "Id": 89,
                                      "Name": "An Giang",
                                      "Type": "Tỉnh",
                                      "TelephoneCode": 76,
                                      "ZipCode": null,
                                      "CountryCode": "VN",
                                      "CountryId": 237,
                                      "SortOrder": 1,
                                      "IsPublished": true,
                                      "IsDeleted": false,
                                      "ProvinceCode": null
                                    }
                                ]
                            }
                            

Lấy danh sách quận huyện (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id id Id tỉnh thành
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                    {
                                      "Id": 1,
                                      "DistrictCode": null,
                                      "Name": "Quận Ba Đình",
                                      "Type": "Quận",
                                      "LatiLongTude": "21 02 08N, 105 49 38E",
                                      "SortOrder": 1,
                                      "IsPublished": true,
                                      "IsDeleted": false,
                                      "ProvinceId": 1
                                    }
                                ]
                            }
                            

Lấy danh sách quận huyện (GET)

Parameter:
Tên Kiểu giá trị Mô tả
id id Id quận huyện
Ví dụ:
                            {
                              "status": true,
                              "message": null,
                              "data": [
                                    {
                                      "Id": 1,
                                      "Name": "Phường Phúc Xá",
                                      "Type": "Phường",
                                      "LatiLongTude": "21 02 52N, 105 50 52E",
                                      "SortOrder": 1,
                                      "IsPublished": true,
                                      "IsDeleted": false,
                                      "DistrictId": 1
                                    }
                                ]
                            }
                            

Áp dụng coupon (POST)

Parameter:
Tên Kiểu giá trị Mô tả
code string Mã code vd: HAEVAT% (giảm 30%), HAEVAT (giảm 200k cho đơn hàng > 1 tr)
totalamount decimal Tổng tiền
Ví dụ:
                            {
                                "status": true,
                                "message": "Áp dụng thành công",
                                "data": 200000
                            }
                            

Tính phí ship (POST)

Parameter:
Tên Kiểu giá trị Mô tả
totalsubamount decimal Tổng tiền tạm tính
districtid int Id quận huyện
Ví dụ:
                            {
                                "status": true,
                                "message": "Áp dụng thành công",
                                "data": 15000
                            }
                            

Đặt hàng bình thường / Ngân lượng (POST)

Parameter:
Tên Kiểu giá trị Mô tả
ProvinceId int Id tỉnh thành giao hàng
ProvinceName string Tên tỉnh thành nhận hàng
DistrictId int Id quận huyện giao hàng
DistrictName string Tên quận huyện giao hàng
WardId id Id phường xã giao hàng
WardName string Tên phường xã giao hàng
Address string Địa chỉ giao hàng
CustomerId id Id khách hàng nếu có
Gender int Giới tính 0:1:2 (Undefine/Male/Femail)
CustomerName string Tên người nhận
CustomerEmail string Email người nhận
CustomerPhone int SĐT người nhận
CouponCode string Mã giảm giá nếu có
DiscountAmount decimal Số tiền giảm
ShippingFee decimal Phí ship
TotalAmount decimal Tổng tiền
Note string Ghi chú đơn hàng
Đối với Ngân lương:
transactionstatus == "00" => CheckoutStatus = 1 && CheckoutType = 0
transactionstatus != "00" => CheckoutStatus = 0 && CheckoutType = 0
paymentmethod == "NL | VISA | ATM_ONLINE | CREDIT_CARD_PREPAID | IB_ONLINE" => CheckoutStatus = 0 && CheckoutType = 2
paymentmethod != "NL | VISA | ATM_ONLINE | CREDIT_CARD_PREPAID | IB_ONLINE" => CheckoutStatus = 0 && CheckoutType = 1

Đặt hàng bình thường:
CheckoutStatus = 0 && CheckoutType = 0
CheckoutStatus int Trạng thái thanh toán 0:1 (Spending/Paid)
CheckoutType int Phương thức thanh toán 0:1 (Cod/Transfer/OnlinePayment/Cash)
UsedPoint int Số điểm sử dụng
OrderDetails Array
|----SkuId id SkuId của sản phẩm
|----ProductCode string Mã code của sản phẩm
|----Avatar string Hình đại diện sản phẩm
|----ProductName string Tên sản phẩm
|----Price decimal Giá tiền sản phẩm
|----ListedPrice decimal Giá khuyến mãi sản phẩm
|----DiscountPercent decimal Phần trăm giá tiền sản phẩm với giá khuyến mãi sản phẩm
|----Quantity int Số lượng mua sản phẩm này
|----Point int Điểm mua sản phẩm này (Point x Quantity)
Ví dụ:
                            {
                                "status": true,
                                "message": "Đặt hàng thành công",
                                "data": null
                            }
                            

Gửi form liên hệ (POST)

Parameter:
Tên Kiểu giá trị Mô tả
name string Họ và tên
email string Email
phonenumber string Số điện thoại
body string Nội dung
title string Title
Ví dụ:
                            {
                              "status": true,
                              "message": "Gửi thành công",
                              "data": null
                            }