GET api/Invoice?InvoiceNo={InvoiceNo}&Mode={Mode}&CompID={CompID}&BranchID={BranchID}&fyear={fyear}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
Required |
|
| Mode | string |
Required |
|
| CompID | string |
Required |
|
| BranchID | string |
Required |
|
| fyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetInvoiceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| InvoiceNo | string |
None. |
|
| Narration | string |
None. |
|
| Description | string |
None. |
|
| Amount | string |
None. |
|
| HSNCode | string |
None. |
|
| Qty | string |
None. |
|
| TotalAmount | string |
None. |
|
| NetAmount | string |
None. |
|
| UOM | string |
None. |
|
| SubTotalTax | string |
None. |
|
| Rate | string |
None. |
|
| Currency | string |
None. |
|
| TaxType | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"InvoiceNo": "sample string 1",
"Narration": "sample string 2",
"Description": "sample string 3",
"Amount": "sample string 4",
"HSNCode": "sample string 5",
"Qty": "sample string 6",
"TotalAmount": "sample string 7",
"NetAmount": "sample string 8",
"UOM": "sample string 9",
"SubTotalTax": "sample string 10",
"Rate": "sample string 11",
"Currency": "sample string 12",
"TaxType": "sample string 13"
},
{
"InvoiceNo": "sample string 1",
"Narration": "sample string 2",
"Description": "sample string 3",
"Amount": "sample string 4",
"HSNCode": "sample string 5",
"Qty": "sample string 6",
"TotalAmount": "sample string 7",
"NetAmount": "sample string 8",
"UOM": "sample string 9",
"SubTotalTax": "sample string 10",
"Rate": "sample string 11",
"Currency": "sample string 12",
"TaxType": "sample string 13"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetInvoiceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ImpexMobileAPI.Controllers">
<GetInvoiceInfo>
<Amount>sample string 4</Amount>
<Currency>sample string 12</Currency>
<Description>sample string 3</Description>
<HSNCode>sample string 5</HSNCode>
<InvoiceNo>sample string 1</InvoiceNo>
<Narration>sample string 2</Narration>
<NetAmount>sample string 8</NetAmount>
<Qty>sample string 6</Qty>
<Rate>sample string 11</Rate>
<SubTotalTax>sample string 10</SubTotalTax>
<TaxType>sample string 13</TaxType>
<TotalAmount>sample string 7</TotalAmount>
<UOM>sample string 9</UOM>
</GetInvoiceInfo>
<GetInvoiceInfo>
<Amount>sample string 4</Amount>
<Currency>sample string 12</Currency>
<Description>sample string 3</Description>
<HSNCode>sample string 5</HSNCode>
<InvoiceNo>sample string 1</InvoiceNo>
<Narration>sample string 2</Narration>
<NetAmount>sample string 8</NetAmount>
<Qty>sample string 6</Qty>
<Rate>sample string 11</Rate>
<SubTotalTax>sample string 10</SubTotalTax>
<TaxType>sample string 13</TaxType>
<TotalAmount>sample string 7</TotalAmount>
<UOM>sample string 9</UOM>
</GetInvoiceInfo>
</ArrayOfGetInvoiceInfo>