PUT ./edumarket/ofertant

Tags: admin-only

It is used to modify the details about a tenderer.

PUT parameters

NameValue TypeValidationDetails
emoIDintEequiredTenderer ID.
emoOfertantstringOptionalThe name of the tenderer
emoLogostringOptionalEncoded image; Base64
emoIsDeletedstringOptional0-Active / 1-Inactiv

Validation

Error FieldError CodeError Message
emoLogo104Invalid file or extension not supported

Output example

{
"success": true
}