POST ./edumarket/ofertant
Tags: admin-only
It is used to add a new tenderer.
POST parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| emoOfertant | string | Required | The name of the tenderer |
| emoLogo | string | Optional | Encoded image; Base64 |
| emoIsDeleted | string | Optional | 0-Active / 1-Inactiv |
Output example
{"success": true}
