Construct web service calls
In order to construct web service calls for Landmark applications, you must be familiar with the business classes within the application. The operations and possible parameters (fields) vary for each business class.
The easiest way to identify operations and parameters is to use the Landmark Web Service API Documentation application, which runs on your Landmark server. The API documentation includes pages that document the API for all the REST and SOAP methods in your Landmark application.
The REST documentation uses the OpenAPI User Interface.
The SOAP documentation includes the corresponding WSDL and XML schemas (XSDs).
Because the pages run from your Landmark server, it automatically reflects all existing business classes and any user-defined business classes.
URL examples:
https://<deployment>/<<fsm> OR <hcm>>/soap/doco/html/api
On-premises:
https://acmecorp.com:1443/prodltm/soap/doco/html/api