PUT ./edumarket/ofertant
Tags: admin-only
It is used to modify the details about a tenderer.
PUT parameters
Name | Value Type | Validation | Details |
---|---|---|---|
emoID | int | Eequired | Tenderer ID. |
emoOfertant | string | Optional | The name of the tenderer |
emoLogo | string | Optional | Encoded image; Base64 |
emoIsDeleted | string | Optional | 0-Active / 1-Inactiv |
Validation
Error Field | Error Code | Error Message |
---|---|---|
emoLogo | 104 | Invalid file or extension not supported |
Output example
{"success": true}