DirectAccess_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | DirectAccess_Post |
Resource Path:/api/DirectAccess
The request body is of type object.
Required. A JSON object that contains the parameters and their values if one or more parameters are required by the stored procedure.
The JSON object must be an array of name-value pairs:
- The name should match the name of a parameter in the stored procedure being called without the @ character.
- The value is the value being passed in for the parameter.
Each parameter name-value pair should be supplied only once.
The response body is of type object.
Returns a JSON object that is an array of key-value pairs. There will always be a result key. Any values returned from the stored procedure will have the name of the return value as a key and the returned value as the value.Returns a JSON object that is an array of key-value pairs. There will always be a result key. Any values returned from the stored procedure will have the name of the return value as a key and the returned value as the value.
The method will search the supplied parameter list looking for a session_id parameter. If a session_id parameter is found, the value will be passed to the XMLExecBuilder constructor as the sessionID value. For the call to succeed, the session_id parameter value must be an integer and must be in the Sessn table.