getApproval
Syntax | getApproval(requestId_or_Key, approvalId) | Package |
|
Alias |
| Pkg Usage |
|
Description
Returns an approval structure
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
requestId_or_Key | String | Yes | The ID or Key of the customer request for which the approval will be retrieved |
approvalId | Integer | Yes | The ID of the approval to be re returned |
Return Type
Example
return getApproval("SM-1", 5);Returns a JSMApproval structure.