POST services/api/rest/v1/Get_ItemTaxDetails
Request Information
URI Parameters
None.
Body Parameters
LocationId| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of Barcode_TaxDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| TaxDetails | Collection of Rest_ItemTaxDetails |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Barcode": "sample string 1",
"TaxDetails": [
{
"TaxId": 1,
"ItemId": 2,
"TaxPercent": 3.0,
"TaxName": "sample string 4",
"TaxAmt": 5.0,
"Barcode": "sample string 6"
},
{
"TaxId": 1,
"ItemId": 2,
"TaxPercent": 3.0,
"TaxName": "sample string 4",
"TaxAmt": 5.0,
"Barcode": "sample string 6"
}
]
},
{
"Barcode": "sample string 1",
"TaxDetails": [
{
"TaxId": 1,
"ItemId": 2,
"TaxPercent": 3.0,
"TaxName": "sample string 4",
"TaxAmt": 5.0,
"Barcode": "sample string 6"
},
{
"TaxId": 1,
"ItemId": 2,
"TaxPercent": 3.0,
"TaxName": "sample string 4",
"TaxAmt": 5.0,
"Barcode": "sample string 6"
}
]
}
]