Skip to content

Aggiorna marchio

PUT
/erp/admin/brands/id/{id}

Aggiorna un marchio esistente.

Authorizations

sessionCookie

Session cookie PHP per ERP frontend

TypeAPI Key (cookie: elesession)

Parameters

Header Parameters

Daisy-Erp*

Header richiesto per tutte le chiamate API

Typestring
Required
Valid values
"frontend"
Default"frontend"

Path Parameters

id*

ID del marchio

Typeinteger
Required
Example123

Request Body

application/json
JSON
{
"code": "SAMSUNG",
"description": "Samsung Electronics"
}

Responses

Marchio aggiornato con successo

application/json
JSON
{
"success": true,
"message": "string",
"context": "brands",
"status": "update",
"data": {
}
}

Playground

Authorization
Headers
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Documentazione interna Elerama