List fund calls for a syndic
Returns all fund calls for a syndic, optionally filtered by year.
path Parameters
syndic_idquery Parameters
yearFilter by fiscal year
List fund calls for a syndic › Responses
List of fund calls
idsyndic_idyearFiscal year
quarterQuarter (1-4)
call_dateDate the fund call was issued
due_datePayment due date
total_amountTotal amount of the fund call
paid_amountAmount already paid
statusComputed status based on payment state
created_atupdated_atpayment_dateDate of last payment
document_urlURL to the fund call document
notesCreate a fund call with lines
Creates a new fund call for a syndic with its line items in a single request.
Validation rules:
quartermust be between 1 and 4due_datemust be aftercall_datetotal_amountmust be > 0- Each line must have a non-empty
categoryandamount> 0
path Parameters
syndic_idCreate a fund call with lines › Request Body
yearFiscal year
quarterQuarter (1-4)
call_datedue_datetotal_amountMust be > 0
document_urlnotesCreate a fund call with lines › Responses
Fund call created with lines
idsyndic_idyearFiscal year
quarterQuarter (1-4)
call_dateDate the fund call was issued
due_datePayment due date
total_amountTotal amount of the fund call
paid_amountAmount already paid
statusComputed status based on payment state
created_atupdated_atpayment_dateDate of last payment
document_urlURL to the fund call document
notesGet a fund call with its lines
path Parameters
syndic_idcall_idGet a fund call with its lines › Responses
Fund call with lines
idsyndic_idyearFiscal year
quarterQuarter (1-4)
call_dateDate the fund call was issued
due_datePayment due date
total_amountTotal amount of the fund call
paid_amountAmount already paid
statusComputed status based on payment state
created_atupdated_atpayment_dateDate of last payment
document_urlURL to the fund call document
notesRecord a payment for a fund call
Records a payment against a fund call. The status is automatically computed:
Paidifpaid_amount >= total_amountPartiallyPaidifpaid_amount > 0Pendingotherwise
path Parameters
syndic_idcall_idRecord a payment for a fund call › Request Body
paid_amountpayment_dateRecord a payment for a fund call › Responses
Payment recorded
idsyndic_idyearFiscal year
quarterQuarter (1-4)
call_dateDate the fund call was issued
due_datePayment due date
total_amountTotal amount of the fund call
paid_amountAmount already paid
statusComputed status based on payment state
created_atupdated_atpayment_dateDate of last payment
document_urlURL to the fund call document
notes