_getCreditTerms
Last updated
Gathers credit terms from a Customer with a given ID
The ID of the Customer
FM_api('Customer_getCreditTerms',[
'id'=>'682910'
]);{"credit_terms":"test credit term"}If no "id" parameter is provided or it has a value less than 1:
{"error":"missing or invalid parameter: id"}If the "id" parameter does not match an existing customer:
Last updated
{"error":"customer does not exist"}