Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Contact Endpoints

Scroll Prev Top Next More

List Contacts

Use this endpoint to list all contacts.

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

Method: GET

Refer to Contact Object.

Click to zoom in/out

Sample Contacts Response

 

Add Contact

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

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

Method: POST

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

Refer to Contact Object.

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

 

Update Contact

This endpoint allows you to make modifications to a contact.

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

Method: POST

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

Any non-read-only field you use will be updated on the contact record. The updated contact is returned as a Contact Object.

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