2.1.1 Rest Services Additional Information

This topic provides information on Rest services additional information details.

  • Date Format YYYY-MM-DD
  • Cannot pass NULL value in Get API URI
  • Support for Rest Services are enhanced to all modules through ODT. In ODT at RAD level user can opt for which Rest services are required, ODT automatically generate rest artefacts for Function IDs opted. These Rest Services can be deployed into application.

List of services enabled:

The document attached will have the services introduced newly along the existing services.

Refer the webservice page Rest Services List for the list of Rest Services.

Rest Documentations

Refer to Rest Documentaion.zip to access swagger.json files for the ODT generated services. Replace "host":"null" with the I.P. address and port of the server where the REST service is deployed. This has to be done for all the swagger.json files.

If any service is getting updated or a new service is getting generated, then follow the below steps to generate swagger.json for those services:

  • Generate service EAR file and deploy the service.
  • Once the service is running, to obtain swagger.json, type service URL followed by swagger.json in the browser. E.g. https://10.10.10.10:1010/unitholderService/swagger.json

Refer the webservice page Rest Documentation for Rest Documentaion.zip.