POST api/ThuHo/insertThuHo?DanhBo={DanhBo}&MaHDs={MaHDs}&SoTien={SoTien}&PhiMoNuoc={PhiMoNuoc}&TienDu={TienDu}&TongCong={TongCong}&TenDichVu={TenDichVu}&IDGiaoDich={IDGiaoDich}&checksum={checksum}

Lưu Giao Dịch thực hiện Bước 1: gọi hàm lấy hóa đơn tồn Bước 2: gọi hàm insertThuHo

Request Information

URI Parameters

NameDescriptionTypeAdditional information
DanhBo

string

Required

MaHDs

chuổi Mã Hóa Đơn. ví dụ new string {MaHD1,MaHD2,MaHD3}

string

Required

SoTien

Số Tiền Tổng Tất Cả Hóa Đơn

integer

Required

PhiMoNuoc

gọi hàm getPhiMoNuoc

integer

Required

TienDu

gọi hàm getTienDu

integer

Required

TongCong

Số Tiền Tổng Cộng thu của Khách Hàng (TongCong=SoTien+PhiMoNuoc-TienDu)

integer

Required

TenDichVu

Tên Đơn Vị Thu

string

Required

IDGiaoDich

ID Đơn Vị Thu tạo cho từng giao dịch để quản lý

string

Required

checksum

SHA256(DanhBo + MaHDs + SoTien + PhiMoNuoc + TienDu + TongCong + TenDichVu + IDGiaoDich + PasswordSQL)

string

Required

Body Parameters

None.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>