POST api/BillGeneration/ManualBillGeneration

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
billData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "month": "sample string 1",
  "year": "sample string 2",
  "CurrentDate": "sample string 3",
  "invDate": "sample string 4",
  "LCOid": 5,
  "lcoCode": "sample string 6",
  "joinedDate": "sample string 7",
  "fromDate": "sample string 8",
  "toDate": "sample string 9",
  "CustomerId": 10,
  "currentBill": 11.1,
  "taxAmount": 12.1,
  "taxType": "sample string 13",
  "totalBill": 14.1,
  "cgst": 15.1,
  "sgst": 16.1,
  "cess": 17.1,
  "discountType": "sample string 18",
  "discountAmount": "sample string 19",
  "chargeType": "sample string 20",
  "chargeAmount": "sample string 21",
  "boxId": "sample string 22",
  "packageId": "sample string 23",
  "packPrice": "sample string 24",
  "packDiscount": "sample string 25",
  "ncfChrg": "sample string 26",
  "duedate": "sample string 27",
  "StbHistoryId": "sample string 28",
  "unbilledStbId": "sample string 29",
  "unbilledReason": "sample string 30",
  "next_date": "sample string 31",
  "notes": "sample string 32",
  "orgId": "sample string 33"
}

application/xml, text/xml

Sample:
<billGenerationParamsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KcclModel.dto">
  <CurrentDate>sample string 3</CurrentDate>
  <CustomerId>10</CustomerId>
  <LCOid>5</LCOid>
  <StbHistoryId>sample string 28</StbHistoryId>
  <boxId>sample string 22</boxId>
  <cess>17.1</cess>
  <cgst>15.1</cgst>
  <chargeAmount>sample string 21</chargeAmount>
  <chargeType>sample string 20</chargeType>
  <currentBill>11.1</currentBill>
  <discountAmount>sample string 19</discountAmount>
  <discountType>sample string 18</discountType>
  <duedate>sample string 27</duedate>
  <fromDate>sample string 8</fromDate>
  <invDate>sample string 4</invDate>
  <joinedDate>sample string 7</joinedDate>
  <lcoCode>sample string 6</lcoCode>
  <month>sample string 1</month>
  <ncfChrg>sample string 26</ncfChrg>
  <next_date>sample string 31</next_date>
  <notes>sample string 32</notes>
  <orgId>sample string 33</orgId>
  <packDiscount>sample string 25</packDiscount>
  <packPrice>sample string 24</packPrice>
  <packageId>sample string 23</packageId>
  <sgst>16.1</sgst>
  <taxAmount>12.1</taxAmount>
  <taxType>sample string 13</taxType>
  <toDate>sample string 9</toDate>
  <totalBill>14.1</totalBill>
  <unbilledReason>sample string 30</unbilledReason>
  <unbilledStbId>sample string 29</unbilledStbId>
  <year>sample string 2</year>
</billGenerationParamsDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'billGenerationParamsDto'.