post https://api.appsat.net/v1/Proyectos/
Crear un nuevo proyecto/obra.
Log in to see full request history
Responses
Crear un nuevo proyecto/obra.
xxxxxxxxxx
12curl --request POST \
--url https://api.appsat.net/v1/Proyectos/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"proyecto_estado": "abierto",
"proyecto_preferencia_impuesto": "default"
}
'
Try It!
to start a request and see the response here! Or choose an example: