Chatta subito con l'assistenza
Chat con il supporto

Identity Manager 9.1.1 - API Development Guide

User-defined methods

User-defined methods are methods for which you fully define the processing, input, and output data in code. This type therefore offers the greatest flexibility.

For examples for the user-defined methods, see the SDK under Sdk01_Basics\03-CustomMethod.cs.

SQL methods

SQL methods are methods that provide data from a predefined SQL query through the API. Create the parameters of a query as SQL parameters.

For examples for the definition of SQL methods, see the SDK under Sdk01_Basics\02-BasicSqlMethod.cs.

Detailed information about this topic

HTTP methods

HTTP requests can apply the following HTTP methods:

  • GET: This method requests data from the application server.

  • PUT: This method changes data on the application server.

  • POST: This method creates data on the application server.

  • DELETE: This method deletes data on the application server.

Date formats

Date values in requests to change or add objects must be specified in ISO 8601 format in the client's local time zone.

Example

2016-03-19T13:09:08.123Z

Related topics
Related Documents

The document was helpful.

Seleziona valutazione

I easily found the information I needed.

Seleziona valutazione