Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Lead Endpoints

Scroll Prev Top Next More

List Leads

This endpoint returns a list of Leads.

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

Method: GET

Refer to Lead Object.

Click to zoom in/out

Sample Leads Response

 

Add Lead

This endpoint allows you to add a Lead to the system.

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

Method: POST

You pass to this endpoint a Lead Object that is used to create the lead. The created lead is returned as a Lead Object.

Refer to Lead Object.

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

 

Update Lead

This endpoint allows you to make modifications to a Lead.

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

Method: POST

You pass to this endpoint a Lead Object with the Oid set to the Oid of the lead you want to update.

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

The updated lead is returned as a Lead Object.

Refer to Lead 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.