Content | A JSON document that provides the loan information from the platform in the form: {"type": "[notification_type]", "time": "[return_time]", "data": {"loan": "[loan_id]", "borrower": "[borrower_id]", "transaction": "[transaction_id]", "time_before_expire": "[time_in_seconds]", , "expire_at": "[expiration_date]"}} notification_type | "return" | return_time | Date (format ISO 8601 Basic) : 2012-07-03T11:23:49Z | loan_id | Id of the Loan of the Platform. Format: ENQC1234 | borrower_id | The borrower_id (member number) of the loan | transaction_id | The transaction_id (transaction number) of the loan | time_in_seconds | Time (in seconds) between early return and loan expiry date | expiration_date | Date (format ISO 8601 Basic) : 2012-07-14T00:00:00Z |
|
---|