pay
Pay off the Asset Rental cost.
Parameters
ID
ID of the Asset Rental.
amt
Amount to be paid off the rental price.
note
Note to detail to payment details.
Example
FM_api('AssetRental_pay', ['id' => '6', 'amt' => '100', 'note' => 'Paid 100'])
On Success
"{"ok":1}"