POST api/DelnetConnect/BillGeneration
Request Information
URI Parameters
None.
Body Parameters
BillGeneration| Name | Description | Type | Additional information |
|---|---|---|---|
| Acno | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
|
| FYear | string |
None. |
|
| ExpImp | string |
None. |
|
| RefNo | string |
None. |
|
| UserId | string |
None. |
|
| InvNo | integer |
None. |
|
| InvDate | date |
None. |
|
| Freight_Chg | decimal number |
None. |
|
| Misc_Chg | decimal number |
None. |
|
| Dis_Percent | decimal number |
None. |
|
| Dis_Amt | decimal number |
None. |
|
| Fsc_Amount | decimal number |
None. |
|
| CodChg | decimal number |
None. |
|
| RtoChg | decimal number |
None. |
|
| IgstP | decimal number |
None. |
|
| SgstP | decimal number |
None. |
|
| CgstP | decimal number |
None. |
|
| IgstAmt | decimal number |
None. |
|
| SgstAmt | decimal number |
None. |
|
| CgstAmt | decimal number |
None. |
|
| InvValue | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Acno": "sample string 1",
"FromDate": "sample string 2",
"ToDate": "sample string 3",
"FYear": "sample string 4",
"ExpImp": "sample string 5",
"RefNo": "sample string 6",
"UserId": "sample string 7",
"InvNo": 8,
"InvDate": "2026-02-11T13:43:04.9064192+05:30",
"Freight_Chg": 10.0,
"Misc_Chg": 11.0,
"Dis_Percent": 12.0,
"Dis_Amt": 13.0,
"Fsc_Amount": 14.0,
"CodChg": 15.0,
"RtoChg": 16.0,
"IgstP": 17.0,
"SgstP": 18.0,
"CgstP": 19.0,
"IgstAmt": 20.0,
"SgstAmt": 21.0,
"CgstAmt": 22.0,
"InvValue": 23.0
}
application/octet-stream
Sample:
{"Acno":"sample string 1","FromDate":"sample string 2","ToDate":"sample string 3","FYear":"sample string 4","ExpImp":"sample string 5","RefNo":"sample string 6","UserId":"sample string 7","InvNo":8,"InvDate":"2026-02-11T13:43:04.9064192+05:30","Freight_Chg":10.0,"Misc_Chg":11.0,"Dis_Percent":12.0,"Dis_Amt":13.0,"Fsc_Amount":14.0,"CodChg":15.0,"RtoChg":16.0,"IgstP":17.0,"SgstP":18.0,"CgstP":19.0,"IgstAmt":20.0,"SgstAmt":21.0,"CgstAmt":22.0,"InvValue":23.0}
application/xml, text/xml
Sample:
<BillGeneration xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DelnetConnect_API_Services.Models"> <Acno>sample string 1</Acno> <CgstAmt>22</CgstAmt> <CgstP>19</CgstP> <CodChg>15</CodChg> <Dis_Amt>13</Dis_Amt> <Dis_Percent>12</Dis_Percent> <ExpImp>sample string 5</ExpImp> <FYear>sample string 4</FYear> <Freight_Chg>10</Freight_Chg> <FromDate>sample string 2</FromDate> <Fsc_Amount>14</Fsc_Amount> <IgstAmt>20</IgstAmt> <IgstP>17</IgstP> <InvDate>2026-02-11T13:43:04.9064192+05:30</InvDate> <InvNo>8</InvNo> <InvValue>23</InvValue> <Misc_Chg>11</Misc_Chg> <RefNo>sample string 6</RefNo> <RtoChg>16</RtoChg> <SgstAmt>21</SgstAmt> <SgstP>18</SgstP> <ToDate>sample string 3</ToDate> <UserId>sample string 7</UserId> </BillGeneration>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |