© 2025 Clarivate
DELETE /api/.../purchaseorders/{id}/headercharges
Delete Purchase Order Header Charges.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the Purchase Order. |
| dto | List of DtoDeleteHeaderCharge | Yes | Define this parameter in the request body. |
| Property | Type | Nullable | Description |
|---|---|---|---|
| FundID | Int | No | The unique id assigned to the Fund. |
| ChargeType | Int | No |
The type of Header Charge. Valid values:
|
[
{
"FundID": 7612,
"ChargeType": 1
}
]
List of DtoDeleteHeaderChargeResult.
[
{
"FundID": 7612,
"ChargeType": 1,
"Deleted": true,
"ErrorMessage": null
}
]
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow
CR_PurchaseOrders_Access
CR_PurchaseOrders_Modify