Please enable JavaScript to view this site.

EventPro Software User Manual

Breadcrumb Trail: EventPro API > Endpoints

Company Endpoints

Scroll Prev Top Next More

List Companies

This endpoint returns a list of companies.

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

Method: GET

Refer to Company Object.

Click to zoom in/out

Sample Companies Response

 

Add Company

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

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

Method: POST

You pass to this endpoint a Company Object that is used to create the company.

The created company is returned as a Company Object.

Refer to Company Object.

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

 

Update Company

This endpoint allows you to make modifications to a company.

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

Method: POST

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

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

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