PUT api/PurchaseOrderChargeDetailv/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
PurchaseOrderChargeDetailv| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderChargeDetailvId | integer |
None. |
|
| PurchaseOrderDetailvId | integer |
None. |
|
| PurchaseOrderChargevId | integer |
None. |
|
| ChargePercentage | decimal number |
None. |
|
| TotalAmount | decimal number |
None. |
|
| ChargeAmount | decimal number |
None. |
|
| TaxAmount | decimal number |
None. |
|
| Selected | boolean |
None. |
|
| PurchaseOrderDetail | PurchaseOrderDetailv |
None. |
|
| CreatedDate | date |
Data type: DateTime |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PurchaseOrderChargeDetailvId": 1,
"PurchaseOrderDetailvId": 2,
"PurchaseOrderChargevId": 3,
"ChargePercentage": 4.1,
"TotalAmount": 5.1,
"ChargeAmount": 6.1,
"TaxAmount": 7.1,
"Selected": true,
"PurchaseOrderDetail": {
"PurchaseOrderDetailvId": 1,
"PurchaseOrdervId": 2,
"ItemId": 3,
"ItemDescription": "sample string 4",
"UomId": 5,
"OrderQty": 6.1,
"ItemCost": 7.1,
"Discount": 8.1,
"DiscountAmount": 9.1,
"TaxTemplateId": 1,
"PrevRecvdQty": 10.1,
"ItemStatusId": 11,
"ManufacturerId": 1,
"ItemName": "sample string 12",
"ItemCode": "sample string 13",
"UomName": "sample string 14",
"ManufacturerName": "sample string 15",
"PurchaseOrderDetailTax": [
{
"PurchaseOrderDetailTaxvId": 1,
"PurchaseOrderDetailvId": 2,
"TaxTemplateId": 3,
"TaxId": 4,
"Rate": 5.1,
"Amount": 6.1,
"Taxname": "sample string 7",
"CreatedDate": "2025-12-08T01:54:50.6738421+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:54:50.6738421+05:30",
"CreatedBy": "sample string 9"
}
],
"CreatedDate": "2025-12-08T01:54:50.6738421+05:30",
"CreatedBy": "sample string 17"
},
"CreatedDate": "2025-12-08T01:54:50.6738421+05:30",
"CreatedBy": "sample string 10"
}
application/xml, text/xml
Sample:
<PurchaseOrderChargeDetailv 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 10</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:50.6738421+05:30</CreatedDate>
<ChargeAmount>6.1</ChargeAmount>
<ChargePercentage>4.1</ChargePercentage>
<PurchaseOrderChargeDetailvId>1</PurchaseOrderChargeDetailvId>
<PurchaseOrderChargevId>3</PurchaseOrderChargevId>
<PurchaseOrderDetail>
<CreatedBy xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">sample string 17</CreatedBy>
<CreatedDate xmlns="http://schemas.datacontract.org/2004/07/Netsoft.Domain.Entities">2025-12-08T01:54:50.6738421+05:30</CreatedDate>
<Discount>8.1</Discount>
<DiscountAmount>9.1</DiscountAmount>
<ItemCode>sample string 13</ItemCode>
<ItemCost>7.1</ItemCost>
<ItemDescription>sample string 4</ItemDescription>
<ItemId>3</ItemId>
<ItemName>sample string 12</ItemName>
<ItemStatusId>11</ItemStatusId>
<ManufacturerId>1</ManufacturerId>
<ManufacturerName>sample string 15</ManufacturerName>
<OrderQty>6.1</OrderQty>
<PrevRecvdQty>10.1</PrevRecvdQty>
<PurchaseOrderDetailTax>
<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:54:50.6738421+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:54:50.6738421+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>
</PurchaseOrderDetailTax>
<PurchaseOrderDetailvId>1</PurchaseOrderDetailvId>
<PurchaseOrdervId>2</PurchaseOrdervId>
<TaxTemplateId>1</TaxTemplateId>
<UomId>5</UomId>
<UomName>sample string 14</UomName>
</PurchaseOrderDetail>
<PurchaseOrderDetailvId>2</PurchaseOrderDetailvId>
<Selected>true</Selected>
<TaxAmount>7.1</TaxAmount>
<TotalAmount>5.1</TotalAmount>
</PurchaseOrderChargeDetailv>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |