v2

Params

Param name Description
id
required

Requested promoter ID

Validations:

  • Must be a String

Examples

{
  'data': [
    {
      'id': 'prospection-uuid',
      'sequential_id': 1512,
      'name': 'Name',
      'lastname': 'Example',
      'matriname': null,
      'full_name': 'Name Example ',
      'company': false,
      'company_name': null,
      'person_type': 'Persona física',
      'email': 'example@email.com',
      'phone_number': '5500000000',
      'phone_number_extension': null,
      'mobile_number': '5500000000',
      'gender': 'male',
      'dob': '1999-07-07',
      'contact_date': '2021-07-01',
      'status': 'in_process',
      'status_translated': 'En proceso',
      'street': 'Street Name',
      'street_number': 12,
      'street_number_internal': null,
      'postal_code': '00000',
      'city': 'City Name',
      'state': 'State Name',
      'country': null,
      'suburb': null,
      'tentative_investment': {
        'mxn': 0
      },
      'tentative_rate': '12.00',
      'tentative_entry_date': null,
      'tentative_currency': 'mxn',
      'nationality': null,
      'promoter_id': 'promoter-uuid',
      'country_translated': null,
      'prospections': [],
      'promoter': { ... }
    }
  ],
  'meta': {
    'count': 1
  }
}

Errors

Code Description
400 Bad Request
401 Unauthorized
403 Forbidden
404 Not Found
500 Internal Server Error