GET api/PurchaseOrderDetailTaxv/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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:56:36.6582227+05:30",
"CreatedBy": "sample string 9"
}
application/xml, text/xml
Sample:
<PurchaseOrderDetailTaxv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities.VirtualEntities"> <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:56:36.6582227+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>