Skip to main content
POST
/
api
/
Opportunities
/
{opportunityId}
/
Convert
/
Job
/
{jobType}
Convert Opportunity to Job.
curl --request POST \
  --url https://api.example.com/api/Opportunities/{opportunityId}/Convert/Job/{jobType}

Path Parameters

opportunityId
integer<int32>
required
jobType
string
required

Query Parameters

copyDocs
boolean
default:false
closeOpportunity
boolean
default:true

Response

200

OK