post https://api.appsat.net/v1/Articulos/
Crear un nuevo artículo.
Log in to see full request history
Responses
Crear un nuevo artículo.
xxxxxxxxxx
17curl --request POST \
--url https://api.appsat.net/v1/Articulos/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"articulo_precio_pvp": 0,
"articulo_precio_coste": 0,
"articulo_precio_venta": 0,
"articulo_impuesto": 0,
"articulo_texto_en_stock": "En Estock",
"articulo_texto_sin_stock": "Sin Estock",
"articulo_activo": "0"
}
'
Try It!
to start a request and see the response here! Or choose an example: