Logo
20210712_Prueba_Postman API Documentation

Actualizar Estado Pedido (Admin)

PUT localhost:3000/pedidos/actualizar_estado/1

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X PUT 'localhost:3000/pedidos/actualizar_estado/1' -d '{"idOrder":2,"estadoPedido":4}'

ENDPOINTS