Use this endpoint to list all contacts.
Endpoint: https://server/EventProApi/DataService.svc/contacts
Method: GET
Refer to Contact Object.
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.
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.