Executes the Upsert action for the Job Phases data object.

This Action will insert or update as needed. If the job_phase does not already exist, it will be added. When adding a new job_phase and the CostTypes array is populated, those CostTypes will also be added, otherwise if the CostTypes array is not provided, the default CostTypes configured on the phases object will be added. If the job_phase already exists the provided properties will be updated on the job_phase. If CostTypes are provided and already exist on the job_phase, they will be updated with the properties provided, otherwise if the CostTypes do not exist they will be added.

Language
Click Try It! to start a request and see the response here!