post https://api.fapro.app/api/v1.0/company/create_from_password
Esta api permite agregar empresas con su contraseña del Servicio de Impuestos Internos.
Log in to see full request history
Responses
Esta api permite agregar empresas con su contraseña del Servicio de Impuestos Internos.
xxxxxxxxxx
12curl --request POST \
--url https://api.fapro.app/api/v1.0/company/create_from_password \
--header 'Authorization: Bearer TOKEN_BEADER' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"rut": "12345678-9",
"password": "clavesecreta",
"rz": "Pruebame Spa"
}
'
xxxxxxxxxx
{}