post https://api.appsat.net/v1/Clientes/
Crear un nuevo cliente.
Log in to see full request history
Responses
Crear un nuevo cliente.
xxxxxxxxxx
16curl --request POST \
--url https://api.appsat.net/v1/Clientes/ \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"empresa_id": 1,
"sucursal_id": 1,
"cliente_iso_code_default": "es",
"cliente_canal_id": 0,
"cliente_bloqueado": 0,
"cliente_preferencia_impuesto": "default",
"isLegalEntity": 0,
"cliente_irpf": 0
}
'
Try It!
to start a request and see the response here! Or choose an example: