PUT api/CustomerOutstanding/FnShowListData
Request Information
URI Parameters
None.
Body Parameters
creatCustomerOutstanding| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| BillNo | string |
None. |
|
| ShopName | string |
None. |
|
| Supplier | string |
None. |
|
| Product | string |
None. |
|
| SalesRate | decimal number |
None. |
|
| PaperRate | decimal number |
None. |
|
| SalesQuantity | decimal number |
None. |
|
| SalesAmount | decimal number |
None. |
|
| CashCollection | decimal number |
None. |
|
| OnlineCollection | decimal number |
None. |
|
| TotalPaymentReceived | decimal number |
None. |
|
| BalanceAmount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"FromDate": "sample string 1",
"ToDate": "sample string 2",
"BillNo": "sample string 3",
"ShopName": "sample string 4",
"Supplier": "sample string 5",
"Product": "sample string 6",
"SalesRate": 7.0,
"PaperRate": 8.0,
"SalesQuantity": 9.0,
"SalesAmount": 10.0,
"CashCollection": 11.0,
"OnlineCollection": 12.0,
"TotalPaymentReceived": 13.0,
"BalanceAmount": 14.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of CustomerOutstanding| Name | Description | Type | Additional information |
|---|---|---|---|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| BillNo | string |
None. |
|
| ShopName | string |
None. |
|
| Supplier | string |
None. |
|
| Product | string |
None. |
|
| SalesRate | decimal number |
None. |
|
| PaperRate | decimal number |
None. |
|
| SalesQuantity | decimal number |
None. |
|
| SalesAmount | decimal number |
None. |
|
| CashCollection | decimal number |
None. |
|
| OnlineCollection | decimal number |
None. |
|
| TotalPaymentReceived | decimal number |
None. |
|
| BalanceAmount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FromDate": "sample string 1",
"ToDate": "sample string 2",
"BillNo": "sample string 3",
"ShopName": "sample string 4",
"Supplier": "sample string 5",
"Product": "sample string 6",
"SalesRate": 7.0,
"PaperRate": 8.0,
"SalesQuantity": 9.0,
"SalesAmount": 10.0,
"CashCollection": 11.0,
"OnlineCollection": 12.0,
"TotalPaymentReceived": 13.0,
"BalanceAmount": 14.0
},
{
"FromDate": "sample string 1",
"ToDate": "sample string 2",
"BillNo": "sample string 3",
"ShopName": "sample string 4",
"Supplier": "sample string 5",
"Product": "sample string 6",
"SalesRate": 7.0,
"PaperRate": 8.0,
"SalesQuantity": 9.0,
"SalesAmount": 10.0,
"CashCollection": 11.0,
"OnlineCollection": 12.0,
"TotalPaymentReceived": 13.0,
"BalanceAmount": 14.0
}
]