Executes the Upsert action for the Job Phases data object.

Deprecated: 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.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The code of the subscriber that you are making this request for.

Body Params
integer
required

Company Id. Part of key identifying the Job (JCCo, Job).

string
required
length ≤ 10

Job Id. Part of key identifying the Job (JCCo, Job).

Phases
array of objects
required

Phases to be added or updated

Phases*
Headers
string
required

Used to authorize access to the Direct API.

Responses

401

You have not provided a proper X-Application-Key in the header of this request.

403

The X-Application-Key provided is valid but the key does not have access to this resource.

404

The object with the given ID was not found OR a subscriber with the given URL was not found.

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json