POST ./admitere/campanie
Tags: admin-only
It is used to add a new campaign for an education unit.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| 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}
