POST api/CustomerBill/FnGenerateBill
Request Information
URI Parameters
None.
Body Parameters
creatCustomerBill| Name | Description | Type | Additional information |
|---|---|---|---|
| IUFlag | string |
None. |
|
| BillNo | string |
None. |
|
| BillDate | string |
None. |
|
| ShopId | string |
None. |
|
| EmployeeId | string |
None. |
|
| LoadingNo | string |
None. |
|
| TotalAmount | decimal number |
None. |
|
| CashAmount | decimal number |
None. |
|
| OnlineAmount | decimal number |
None. |
|
| OnlineId | string |
None. |
|
| SrNo | integer |
None. |
|
| MaterialId | string |
None. |
|
| Quantity | decimal number |
None. |
|
| PaperRate | decimal number |
None. |
|
| ItemRate | decimal number |
None. |
|
| ItemTotal | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"IUFlag": "sample string 1",
"BillNo": "sample string 2",
"BillDate": "sample string 3",
"ShopId": "sample string 4",
"EmployeeId": "sample string 5",
"LoadingNo": "sample string 6",
"TotalAmount": 7.0,
"CashAmount": 8.0,
"OnlineAmount": 9.0,
"OnlineId": "sample string 10",
"SrNo": 11,
"MaterialId": "sample string 12",
"Quantity": 13.0,
"PaperRate": 14.0,
"ItemRate": 15.0,
"ItemTotal": 16.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"