POST api/FetchSalesReportBasedonDate
Request Information
URI Parameters
None.
Body Parameters
Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductName | string |
None. |
|
| HSNCode | string |
None. |
|
| Description | string |
None. |
|
| ManufacturingDate | string |
None. |
|
| ExpiryDate | string |
None. |
|
| Weight | decimal number |
None. |
|
| DiscountValue | string |
None. |
|
| Discount | decimal number |
None. |
|
| quantityvalue | string |
None. |
|
| Quantity | decimal number |
None. |
|
| MRP | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| InvoiceNo | string |
None. |
|
| TaxValue | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| fromDate | string |
None. |
|
| toDate | string |
None. |
|
| CustomerName | string |
None. |
|
| SaleDate | string |
None. |
|
| Rate | decimal number |
None. |
|
| billTotal | decimal number |
None. |
|
| IGST | decimal number |
None. |
|
| IGSTVal | decimal number |
None. |
|
| SGST | decimal number |
None. |
|
| SGSTVal | decimal number |
None. |
|
| CGST | decimal number |
None. |
|
| CGSTVal | decimal number |
None. |
|
| PaymentMode | string |
None. |
|
| Gross | decimal number |
None. |
|
| GSTNumber | string |
None. |
|
| State | string |
None. |
|
| columnTotal | decimal number |
None. |
|
| ChequeNumber | string |
None. |
|
| BillAmount | decimal number |
None. |
|
| AmountPaid | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| TransactionDate | string |
None. |
|
| BankName | string |
None. |
|
| BranchName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CompanyName | string |
None. |
|
| Phone | string |
None. |
|
| Mobile | string |
None. |
|
| EmailID | string |
None. |
|
| fax | string |
None. |
|
| Door | string |
None. |
|
| StreetName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| PinCode | string |
None. |
|
| staffName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductName": "sample string 2",
"HSNCode": "sample string 3",
"Description": "sample string 4",
"ManufacturingDate": "sample string 5",
"ExpiryDate": "sample string 6",
"Weight": 1.1,
"DiscountValue": "sample string 7",
"Discount": 1.1,
"quantityvalue": "sample string 8",
"Quantity": 1.1,
"MRP": 1.1,
"Tax": 1.1,
"InvoiceNo": "sample string 9",
"TaxValue": 10.1,
"Total": 11.1,
"fromDate": "sample string 12",
"toDate": "sample string 13",
"CustomerName": "sample string 14",
"SaleDate": "sample string 15",
"Rate": 16.1,
"billTotal": 17.1,
"IGST": 18.1,
"IGSTVal": 19.1,
"SGST": 20.1,
"SGSTVal": 21.1,
"CGST": 22.1,
"CGSTVal": 23.1,
"PaymentMode": "sample string 24",
"Gross": 25.1,
"GSTNumber": "sample string 26",
"State": "sample string 27",
"columnTotal": 28.1,
"ChequeNumber": "sample string 29",
"BillAmount": 30.1,
"AmountPaid": 31.1,
"Balance": 32.1,
"TransactionDate": "sample string 33",
"BankName": "sample string 34",
"BranchName": "sample string 35",
"FirstName": "sample string 36",
"LastName": "sample string 37",
"CompanyName": "sample string 38",
"Phone": "sample string 39",
"Mobile": "sample string 40",
"EmailID": "sample string 41",
"fax": "sample string 42",
"Door": "sample string 43",
"StreetName": "sample string 44",
"Address": "sample string 45",
"City": "sample string 46",
"PinCode": "sample string 47",
"staffName": "sample string 48"
}
application/xml, text/xml
Sample:
<Invoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1"> <Address>sample string 45</Address> <AmountPaid>31.1</AmountPaid> <Balance>32.1</Balance> <BankName>sample string 34</BankName> <BillAmount>30.1</BillAmount> <BranchName>sample string 35</BranchName> <CGST>22.1</CGST> <CGSTVal>23.1</CGSTVal> <ChequeNumber>sample string 29</ChequeNumber> <City>sample string 46</City> <CompanyName>sample string 38</CompanyName> <CustomerName>sample string 14</CustomerName> <Description>sample string 4</Description> <Discount>1.1</Discount> <DiscountValue>sample string 7</DiscountValue> <Door>sample string 43</Door> <EmailID>sample string 41</EmailID> <ExpiryDate>sample string 6</ExpiryDate> <FirstName>sample string 36</FirstName> <GSTNumber>sample string 26</GSTNumber> <Gross>25.1</Gross> <HSNCode>sample string 3</HSNCode> <IGST>18.1</IGST> <IGSTVal>19.1</IGSTVal> <Id>1</Id> <InvoiceNo>sample string 9</InvoiceNo> <LastName>sample string 37</LastName> <MRP>1.1</MRP> <ManufacturingDate>sample string 5</ManufacturingDate> <Mobile>sample string 40</Mobile> <PaymentMode>sample string 24</PaymentMode> <Phone>sample string 39</Phone> <PinCode>sample string 47</PinCode> <ProductName>sample string 2</ProductName> <Quantity>1.1</Quantity> <Rate>16.1</Rate> <SGST>20.1</SGST> <SGSTVal>21.1</SGSTVal> <SaleDate>sample string 15</SaleDate> <State>sample string 27</State> <StreetName>sample string 44</StreetName> <Tax>1.1</Tax> <TaxValue>10.1</TaxValue> <Total>11.1</Total> <TransactionDate>sample string 33</TransactionDate> <Weight>1.1</Weight> <billTotal>17.1</billTotal> <columnTotal>28.1</columnTotal> <fax>sample string 42</fax> <fromDate>sample string 12</fromDate> <quantityvalue>sample string 8</quantityvalue> <staffName>sample string 48</staffName> <toDate>sample string 13</toDate> </Invoice>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Invoice| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductName | string |
None. |
|
| HSNCode | string |
None. |
|
| Description | string |
None. |
|
| ManufacturingDate | string |
None. |
|
| ExpiryDate | string |
None. |
|
| Weight | decimal number |
None. |
|
| DiscountValue | string |
None. |
|
| Discount | decimal number |
None. |
|
| quantityvalue | string |
None. |
|
| Quantity | decimal number |
None. |
|
| MRP | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| InvoiceNo | string |
None. |
|
| TaxValue | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| fromDate | string |
None. |
|
| toDate | string |
None. |
|
| CustomerName | string |
None. |
|
| SaleDate | string |
None. |
|
| Rate | decimal number |
None. |
|
| billTotal | decimal number |
None. |
|
| IGST | decimal number |
None. |
|
| IGSTVal | decimal number |
None. |
|
| SGST | decimal number |
None. |
|
| SGSTVal | decimal number |
None. |
|
| CGST | decimal number |
None. |
|
| CGSTVal | decimal number |
None. |
|
| PaymentMode | string |
None. |
|
| Gross | decimal number |
None. |
|
| GSTNumber | string |
None. |
|
| State | string |
None. |
|
| columnTotal | decimal number |
None. |
|
| ChequeNumber | string |
None. |
|
| BillAmount | decimal number |
None. |
|
| AmountPaid | decimal number |
None. |
|
| Balance | decimal number |
None. |
|
| TransactionDate | string |
None. |
|
| BankName | string |
None. |
|
| BranchName | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| CompanyName | string |
None. |
|
| Phone | string |
None. |
|
| Mobile | string |
None. |
|
| EmailID | string |
None. |
|
| fax | string |
None. |
|
| Door | string |
None. |
|
| StreetName | string |
None. |
|
| Address | string |
None. |
|
| City | string |
None. |
|
| PinCode | string |
None. |
|
| staffName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"ProductName": "sample string 2",
"HSNCode": "sample string 3",
"Description": "sample string 4",
"ManufacturingDate": "sample string 5",
"ExpiryDate": "sample string 6",
"Weight": 1.1,
"DiscountValue": "sample string 7",
"Discount": 1.1,
"quantityvalue": "sample string 8",
"Quantity": 1.1,
"MRP": 1.1,
"Tax": 1.1,
"InvoiceNo": "sample string 9",
"TaxValue": 10.1,
"Total": 11.1,
"fromDate": "sample string 12",
"toDate": "sample string 13",
"CustomerName": "sample string 14",
"SaleDate": "sample string 15",
"Rate": 16.1,
"billTotal": 17.1,
"IGST": 18.1,
"IGSTVal": 19.1,
"SGST": 20.1,
"SGSTVal": 21.1,
"CGST": 22.1,
"CGSTVal": 23.1,
"PaymentMode": "sample string 24",
"Gross": 25.1,
"GSTNumber": "sample string 26",
"State": "sample string 27",
"columnTotal": 28.1,
"ChequeNumber": "sample string 29",
"BillAmount": 30.1,
"AmountPaid": 31.1,
"Balance": 32.1,
"TransactionDate": "sample string 33",
"BankName": "sample string 34",
"BranchName": "sample string 35",
"FirstName": "sample string 36",
"LastName": "sample string 37",
"CompanyName": "sample string 38",
"Phone": "sample string 39",
"Mobile": "sample string 40",
"EmailID": "sample string 41",
"fax": "sample string 42",
"Door": "sample string 43",
"StreetName": "sample string 44",
"Address": "sample string 45",
"City": "sample string 46",
"PinCode": "sample string 47",
"staffName": "sample string 48"
},
{
"Id": 1,
"ProductName": "sample string 2",
"HSNCode": "sample string 3",
"Description": "sample string 4",
"ManufacturingDate": "sample string 5",
"ExpiryDate": "sample string 6",
"Weight": 1.1,
"DiscountValue": "sample string 7",
"Discount": 1.1,
"quantityvalue": "sample string 8",
"Quantity": 1.1,
"MRP": 1.1,
"Tax": 1.1,
"InvoiceNo": "sample string 9",
"TaxValue": 10.1,
"Total": 11.1,
"fromDate": "sample string 12",
"toDate": "sample string 13",
"CustomerName": "sample string 14",
"SaleDate": "sample string 15",
"Rate": 16.1,
"billTotal": 17.1,
"IGST": 18.1,
"IGSTVal": 19.1,
"SGST": 20.1,
"SGSTVal": 21.1,
"CGST": 22.1,
"CGSTVal": 23.1,
"PaymentMode": "sample string 24",
"Gross": 25.1,
"GSTNumber": "sample string 26",
"State": "sample string 27",
"columnTotal": 28.1,
"ChequeNumber": "sample string 29",
"BillAmount": 30.1,
"AmountPaid": 31.1,
"Balance": 32.1,
"TransactionDate": "sample string 33",
"BankName": "sample string 34",
"BranchName": "sample string 35",
"FirstName": "sample string 36",
"LastName": "sample string 37",
"CompanyName": "sample string 38",
"Phone": "sample string 39",
"Mobile": "sample string 40",
"EmailID": "sample string 41",
"fax": "sample string 42",
"Door": "sample string 43",
"StreetName": "sample string 44",
"Address": "sample string 45",
"City": "sample string 46",
"PinCode": "sample string 47",
"staffName": "sample string 48"
}
]
application/xml, text/xml
Sample:
<ArrayOfInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1">
<Invoice>
<Address>sample string 45</Address>
<AmountPaid>31.1</AmountPaid>
<Balance>32.1</Balance>
<BankName>sample string 34</BankName>
<BillAmount>30.1</BillAmount>
<BranchName>sample string 35</BranchName>
<CGST>22.1</CGST>
<CGSTVal>23.1</CGSTVal>
<ChequeNumber>sample string 29</ChequeNumber>
<City>sample string 46</City>
<CompanyName>sample string 38</CompanyName>
<CustomerName>sample string 14</CustomerName>
<Description>sample string 4</Description>
<Discount>1.1</Discount>
<DiscountValue>sample string 7</DiscountValue>
<Door>sample string 43</Door>
<EmailID>sample string 41</EmailID>
<ExpiryDate>sample string 6</ExpiryDate>
<FirstName>sample string 36</FirstName>
<GSTNumber>sample string 26</GSTNumber>
<Gross>25.1</Gross>
<HSNCode>sample string 3</HSNCode>
<IGST>18.1</IGST>
<IGSTVal>19.1</IGSTVal>
<Id>1</Id>
<InvoiceNo>sample string 9</InvoiceNo>
<LastName>sample string 37</LastName>
<MRP>1.1</MRP>
<ManufacturingDate>sample string 5</ManufacturingDate>
<Mobile>sample string 40</Mobile>
<PaymentMode>sample string 24</PaymentMode>
<Phone>sample string 39</Phone>
<PinCode>sample string 47</PinCode>
<ProductName>sample string 2</ProductName>
<Quantity>1.1</Quantity>
<Rate>16.1</Rate>
<SGST>20.1</SGST>
<SGSTVal>21.1</SGSTVal>
<SaleDate>sample string 15</SaleDate>
<State>sample string 27</State>
<StreetName>sample string 44</StreetName>
<Tax>1.1</Tax>
<TaxValue>10.1</TaxValue>
<Total>11.1</Total>
<TransactionDate>sample string 33</TransactionDate>
<Weight>1.1</Weight>
<billTotal>17.1</billTotal>
<columnTotal>28.1</columnTotal>
<fax>sample string 42</fax>
<fromDate>sample string 12</fromDate>
<quantityvalue>sample string 8</quantityvalue>
<staffName>sample string 48</staffName>
<toDate>sample string 13</toDate>
</Invoice>
<Invoice>
<Address>sample string 45</Address>
<AmountPaid>31.1</AmountPaid>
<Balance>32.1</Balance>
<BankName>sample string 34</BankName>
<BillAmount>30.1</BillAmount>
<BranchName>sample string 35</BranchName>
<CGST>22.1</CGST>
<CGSTVal>23.1</CGSTVal>
<ChequeNumber>sample string 29</ChequeNumber>
<City>sample string 46</City>
<CompanyName>sample string 38</CompanyName>
<CustomerName>sample string 14</CustomerName>
<Description>sample string 4</Description>
<Discount>1.1</Discount>
<DiscountValue>sample string 7</DiscountValue>
<Door>sample string 43</Door>
<EmailID>sample string 41</EmailID>
<ExpiryDate>sample string 6</ExpiryDate>
<FirstName>sample string 36</FirstName>
<GSTNumber>sample string 26</GSTNumber>
<Gross>25.1</Gross>
<HSNCode>sample string 3</HSNCode>
<IGST>18.1</IGST>
<IGSTVal>19.1</IGSTVal>
<Id>1</Id>
<InvoiceNo>sample string 9</InvoiceNo>
<LastName>sample string 37</LastName>
<MRP>1.1</MRP>
<ManufacturingDate>sample string 5</ManufacturingDate>
<Mobile>sample string 40</Mobile>
<PaymentMode>sample string 24</PaymentMode>
<Phone>sample string 39</Phone>
<PinCode>sample string 47</PinCode>
<ProductName>sample string 2</ProductName>
<Quantity>1.1</Quantity>
<Rate>16.1</Rate>
<SGST>20.1</SGST>
<SGSTVal>21.1</SGSTVal>
<SaleDate>sample string 15</SaleDate>
<State>sample string 27</State>
<StreetName>sample string 44</StreetName>
<Tax>1.1</Tax>
<TaxValue>10.1</TaxValue>
<Total>11.1</Total>
<TransactionDate>sample string 33</TransactionDate>
<Weight>1.1</Weight>
<billTotal>17.1</billTotal>
<columnTotal>28.1</columnTotal>
<fax>sample string 42</fax>
<fromDate>sample string 12</fromDate>
<quantityvalue>sample string 8</quantityvalue>
<staffName>sample string 48</staffName>
<toDate>sample string 13</toDate>
</Invoice>
</ArrayOfInvoice>