POST api/v1/GenerateFactoryInvoice
Request Information
URI Parameters
None.
Body Parameters
FactoryInvoiceSaveInput| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceID | integer |
None. |
|
| Mode | string |
None. |
|
| list | string |
None. |
|
| InvoiceDate | date |
None. |
|
| OutletID | integer |
None. |
|
| CompID | integer |
None. |
|
| OrderID | integer |
None. |
|
| InvoiceNo | string |
None. |
|
| Remarks | string |
None. |
|
| ModeOfTransport | string |
None. |
|
| VehicleNo | string |
None. |
|
| SupplyDate | date |
None. |
|
| EWBNo | string |
None. |
|
| DiscPer | decimal number |
None. |
|
| Custname | string |
None. |
|
| CustAddr1 | string |
None. |
|
| CustAddr2 | string |
None. |
|
| ContactNo | string |
None. |
|
| CustGST | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InvoiceID": 1,
"Mode": "sample string 2",
"list": "sample string 3",
"InvoiceDate": "2025-12-15T03:25:54.8562067+05:30",
"OutletID": 5,
"CompID": 6,
"OrderID": 7,
"InvoiceNo": "sample string 8",
"Remarks": "sample string 9",
"ModeOfTransport": "sample string 10",
"VehicleNo": "sample string 11",
"SupplyDate": "2025-12-15T03:25:54.8583671+05:30",
"EWBNo": "sample string 13",
"DiscPer": 14.0,
"Custname": "sample string 15",
"CustAddr1": "sample string 16",
"CustAddr2": "sample string 17",
"ContactNo": "sample string 18",
"CustGST": "sample string 19"
}
application/xml, text/xml
Sample:
<FactoryInvoiceSaveInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models"> <CompID>6</CompID> <ContactNo>sample string 18</ContactNo> <CustAddr1>sample string 16</CustAddr1> <CustAddr2>sample string 17</CustAddr2> <CustGST>sample string 19</CustGST> <Custname>sample string 15</Custname> <DiscPer>14</DiscPer> <EWBNo>sample string 13</EWBNo> <InvoiceDate>2025-12-15T03:25:54.8562067+05:30</InvoiceDate> <InvoiceID>1</InvoiceID> <InvoiceNo>sample string 8</InvoiceNo> <Mode>sample string 2</Mode> <ModeOfTransport>sample string 10</ModeOfTransport> <OrderID>7</OrderID> <OutletID>5</OutletID> <Remarks>sample string 9</Remarks> <SupplyDate>2025-12-15T03:25:54.8583671+05:30</SupplyDate> <VehicleNo>sample string 11</VehicleNo> <list>sample string 3</list> </FactoryInvoiceSaveInput>
application/x-www-form-urlencoded
Sample:
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. |