This endpoint returns a list of Opportunities.
Endpoint: https://server/EventProApi/DataService.svc/opportunities
Method: GET
Refer to Opportunity Object.
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.
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.