Unlinks a specified Appointment from a Quote.
The ID of the Quote.
The ID of the Appointment to be unlinked from the Quote.
FM_api('Quote_unlinkJob', [ 'id' => '77688', 'job_id' => '37930' ] );
{'ok':1}
If the "id" parameter is missing or has a value less than 1:
If the "job_id" parameter is missing or has a value less than 1:
Last updated 1 year ago
{'error':'missing or invalid parameter: id'}
{'error':'missing or invalid parameter: job_id'}