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