POST api/chuyenkho/LayDSPhieuChuyen
Lấy danh sách phiếu chuyển kho
Request Information
URI Parameters
None.
Body Parameters
XemPhieuChuyen| Name | Description | Type | Additional information |
|---|---|---|---|
| IDKhoXuat | integer |
None. |
|
| IDKhoNhap | integer |
None. |
|
| TuNgay | string |
None. |
|
| DenNgay | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IDKhoXuat": 1,
"IDKhoNhap": 2,
"TuNgay": "sample string 3",
"DenNgay": "sample string 4"
}
application/xml, text/xml
Sample:
<XemPhieuChuyen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models"> <DenNgay>sample string 4</DenNgay> <IDKhoNhap>2</IDKhoNhap> <IDKhoXuat>1</IDKhoXuat> <TuNgay>sample string 3</TuNgay> </XemPhieuChuyen>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />