v2

Params

Param name Description
id
required

Requested monthly cut ID

Validations:

  • Must be a String

Examples

{
  'data': [
    {
      'TEST SOCIETY': [
        {
          'currency': 'mxn',
          'investors_count': 10,
          'promissory_notes_count': 20,
          'balance': '1000000.00',
          'gross': '11000.00',
          'tax': '1000.00',
          'net': '10000.00'
        }
      ]
    }
  ],
  'meta': {
    'count': 1
  }
}

Errors

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