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