put https://api.appsat.net/v1/Ordenes//
Actualizar una orden especifica.
Log in to see full request history
Responses
Actualizar una orden especifica.
xxxxxxxxxx
13curl --request PUT \
--url https://api.appsat.net/v1/Ordenes/orden_id/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"orden_garantia": "0",
"orden_guardia": "0",
"orden_facturado": "0"
}
'
Try It!
to start a request and see the response here! Or choose an example: