POST api/Bill/listBillKhachHang

Request Information

URI Parameters

None.

Body Parameters

pfcListBillModel
NameDescriptionTypeAdditional information
page

integer

None.

code

string

None.

soc

string

None.

name

string

None.

mcode

string

None.

acode

string

None.

phone

string

None.

address

string

None.

orderby

string

None.

begin

string

None.

end

string

None.

status

integer

None.

start

integer

None.

ends

integer

None.

tuNgay

string

None.

denNgay

string

None.

kqPhat

integer

None.

maKhachHang

string

None.

Token

string

None.

tenNguoiNhan

string

None.

maDonVi

string

None.

skip

integer

None.

perPage

integer

None.

max

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "page": 1,
  "code": "sample string 2",
  "soc": "sample string 3",
  "name": "sample string 4",
  "mcode": "sample string 5",
  "acode": "sample string 6",
  "phone": "sample string 7",
  "address": "sample string 8",
  "orderby": "sample string 9",
  "begin": "sample string 10",
  "end": "sample string 11",
  "status": 12,
  "start": 13,
  "ends": 14,
  "tuNgay": "sample string 15",
  "denNgay": "sample string 16",
  "kqPhat": 17,
  "maKhachHang": "sample string 18",
  "Token": "sample string 19",
  "tenNguoiNhan": "sample string 20",
  "maDonVi": "sample string 21",
  "skip": 22,
  "perPage": 23,
  "max": 24
}

application/xml, text/xml

Sample:
<pfcListBillModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pfcExtraClass.DalKhachHang">
  <Token>sample string 19</Token>
  <acode>sample string 6</acode>
  <address>sample string 8</address>
  <begin>sample string 10</begin>
  <code>sample string 2</code>
  <denNgay>sample string 16</denNgay>
  <end>sample string 11</end>
  <ends>14</ends>
  <kqPhat>17</kqPhat>
  <maDonVi>sample string 21</maDonVi>
  <maKhachHang>sample string 18</maKhachHang>
  <max>24</max>
  <mcode>sample string 5</mcode>
  <name>sample string 4</name>
  <orderby>sample string 9</orderby>
  <page>1</page>
  <perPage>23</perPage>
  <phone>sample string 7</phone>
  <skip>22</skip>
  <soc>sample string 3</soc>
  <start>13</start>
  <status>12</status>
  <tenNguoiNhan>sample string 20</tenNguoiNhan>
  <tuNgay>sample string 15</tuNgay>
</pfcListBillModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>