_getIsInvoiceable
Last updated
Returns a value based on whether a specified Form or the Form of an Appointment is Invoiceable or not.
The ID of the Form to check.
Can also be in the format o(user ID)i(form ID), e.g "o92447i592002"
An alternative to "id", meant to be the ID of an Appointment linked to the Form.
FM_api('Form_getIsInvoiceable',[
'id'=>'580335'
]
);Returns 1 if the Form is Invoiceable, and 0 if it is not invoiceable.
If there is not an "id" or "app_id" parameter set:
If the "id" parameter is used but does not match an existing Form, or the "app_id" parameter is used but does not match an existing Appointment:
Last updated
"0""1"{"error":"missing or invalid parameter: id"}false