PUT ./admitere/campanie/:apID
Tags: admin-only
It is used to modify a campaign for an education unit.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| apID | int | Required | Campaign ID |
| apUnitateID | int | Required | Education unit type |
| apDataStart | date | Required | Start date; rfc_date |
| apDataEnd | date | Required | End date; rfc_date |
| apPret | int | Optional | Amount in the current currency |
| apObservatie | string | Optional | Internal observation |
Output example
{"success": true}
