Logo
20210712_Prueba_Postman API Documentation

Hacer Pedido

POST localhost:3000/pedidos/hacer_pedido/1

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X POST 'localhost:3000/pedidos/hacer_pedido/1' -d '{"formPago":3}'

ENDPOINTS