Retorna representantes segun el RUC
curl --request GET \ --url https://api.factiliza.com/v1/ruc/representante/{ruc} \ --header 'Authorization: Bearer <token>'
{ "status": 200, "message": "Exito", "data": [ { "tipo_de_documento": "DNI", "numero_de_documento": "1*****72", "nombre": "PAIMO *****O ***NA", "cargo": "GERENTE GENERAL", "fecha_desde": "30/09/2002" } ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
El RUC a consultar
ruc response
The response is of type object.
object