Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Opportunity Endpoints

Scroll Prev Top Next More

List Opportunities

This endpoint returns a list of Opportunities.

Endpoint: https://server/EventProApi/DataService.svc/opportunities

Method: GET

Refer to Opportunity Object.

Click to zoom in/out

Sample Opportunities Response

 

Add Opportunity

This endpoint allows you to add an Opportunity to the system.

Endpoint: https://server/EventProApi/DataService.svc/opportunity/add

Method: POST

You pass to this endpoint an Opportunity Object that is used to create the opportunity.

The created opportunity is returned as an Opportunity Object.

Refer to Opportunity Object.

For more details about whether an object needs to referenced by its Oid or ItemName, see Object Oid or ItemCode.

 

Update Opportunity

This endpoint allows you to make modifications to an Opportunity.

Endpoint: https://server/EventProApi/DataService.svc/opportunity/update

Method: POST

You pass to this endpoint an Opportunity Object with the Oid set to the Oid of the opportunity you want to update.

Any non-read-only field you use will be updated on the opportunity record.

The updated opportunity is returned as an Opportunity Object.

Refer to Opportunity Object.

For more details about whether an object needs to referenced by its Oid or ItemName, see Object Oid or ItemCode.

© 2023 EventPro Software, a wholly owned subsidiary of Profit Systems Inc. All Rights Reserved.