V3_DirectAccess_Post (Post)
- Last UpdatedNov 06, 2025
- 1 minute read
| Post | V3_DirectAccess_Post |
Resource Path:/api/v3/DirectAccess
| Name | Description |
|---|---|
| trans_id | Used to supply the ID of the transaction if the call is taking part in a transaction. |
The request body is of type object.
- 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.
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 session is managed internally by the system. The stored procedure will be called in the context of the MES user that is making the Web API call. If a session ID is supplied, it will be ignored.
For information about datetime and decimal separator requirements when passed in strings, see the overview topic "Datetime and Decimal Format Requirements."