GET api/PurchaseOrderDetailTaxv/{id}?DataType={DataType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| DataType | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseOrderDetailTaxv| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderDetailTaxvId | integer |
None. |
|
| PurchaseOrderDetailvId | integer |
None. |
|
| TaxTemplateId | integer |
None. |
|
| TaxId | integer |
None. |
|
| Rate | decimal number |
None. |
|
| Amount | decimal number |
None. |
|
| Taxname | string |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseOrderDetailTaxvId": 1,
"PurchaseOrderDetailvId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 5.1,
"Amount": 6.1,
"Taxname": "sample string 7",
"CreatedDate": "2025-12-08T01:55:35.3613518+05:30",
"CreatedBy": "sample string 9"
},
{
"PurchaseOrderDetailTaxvId": 1,
"PurchaseOrderDetailvId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 5.1,
"Amount": 6.1,
"Taxname": "sample string 7",
"CreatedDate": "2025-12-08T01:55:35.3613518+05:30",
"CreatedBy": "sample string 9"
}
]
application/xml, text/xml
Sample:
<ArrayOfPurchaseOrderDetailTaxv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities">
<PurchaseOrderDetailTaxv>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 9</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:55:35.3613518+05:30</CreatedDate>
<Amount>6.1</Amount>
<PurchaseOrderDetailTaxvId>1</PurchaseOrderDetailTaxvId>
<PurchaseOrderDetailvId>2</PurchaseOrderDetailvId>
<Rate>5.1</Rate>
<TaxId>4</TaxId>
<TaxTemplateId>3</TaxTemplateId>
<Taxname>sample string 7</Taxname>
</PurchaseOrderDetailTaxv>
<PurchaseOrderDetailTaxv>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 9</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:55:35.3613518+05:30</CreatedDate>
<Amount>6.1</Amount>
<PurchaseOrderDetailTaxvId>1</PurchaseOrderDetailTaxvId>
<PurchaseOrderDetailvId>2</PurchaseOrderDetailvId>
<Rate>5.1</Rate>
<TaxId>4</TaxId>
<TaxTemplateId>3</TaxTemplateId>
<Taxname>sample string 7</Taxname>
</PurchaseOrderDetailTaxv>
</ArrayOfPurchaseOrderDetailTaxv>