put https://api.appsat.net/v1/Fabricantes//
Actualizar un fabricante especifico.
Log in to see full request history
Responses
Actualizar un fabricante especifico.
xxxxxxxxxx
13curl --request PUT \
--url https://api.appsat.net/v1/Fabricantes/fabricante_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"regimen_de_impuesto_id": 1,
"fabricante_iso_code_default": "es",
"fabricante_descuento": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: