_unlinkJob
Unlinks a specified Appointment from a Quote.
Parameters
id
The ID of the Quote.
job_id
The ID of the Appointment to be unlinked from the Quote.
Example
Results
On Success
On Failure
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