© 2025 Clarivate
POST /api/.../purchaseorders/{id}/headercharge
Add Purchase Order Header Charges.
| Name | Type | Required | Description |
|---|---|---|---|
| id | Integer | Yes | The unique id assigned to the Purchase Order. |
| dto | DtoAddHeaderCharge | 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:
|
| Amount | Decimal | No | The amount of Header Charge. |
{
"FundID": 1,
"ChargeType": 2,
"Amount": 10
}
True is returned upon success.
true
| Code | Description |
|---|---|
| 200 | OK. Success |
| 400 |
FAILURE.
|
Permission IDs found here.
CR_AccessAcquisitions_Allow
CR_PurchaseOrders_Access
CR_PurchaseOrders_Modify