POST Bill/GetBillList
Request Information
URI Parameters
None.
Body Parameters
BillListRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BillId | integer |
None. |
|
| Text | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| BillTypeId | integer |
None. |
|
| IsTransfer | boolean |
None. |
|
| TransferTypeId | integer |
None. |
|
| Limit | integer |
None. |
|
| Page | integer |
None. |
|
| SortOrder | string |
None. |
|
| SortColumn | string |
None. |
|
| SortType | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BillId": 1,
"Text": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"BillTypeId": 5,
"IsTransfer": true,
"TransferTypeId": 7,
"Limit": 8,
"Page": 9,
"SortOrder": "sample string 10",
"SortColumn": "sample string 11",
"SortType": "sample string 12"
}
application/xml, text/xml
Sample:
<BillListRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model.Bill"> <Limit xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model">8</Limit> <Page xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model">9</Page> <SortColumn xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model">sample string 11</SortColumn> <SortOrder xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model">sample string 10</SortOrder> <SortType xmlns="http://schemas.datacontract.org/2004/07/VitaCabinetry.Model">sample string 12</SortType> <BillId>1</BillId> <BillTypeId>5</BillTypeId> <EndDate>sample string 4</EndDate> <IsTransfer>true</IsTransfer> <StartDate>sample string 3</StartDate> <Text>sample string 2</Text> <TransferTypeId>7</TransferTypeId> </BillListRequestModel>
application/x-www-form-urlencoded
Sample:
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/" />