setRefreshRequestId(options)
|
Type |
Object function |
|
Description |
Records the request ID returned from the Account Information Service Provider (AISP) when a data refresh is requested. Do not call |
|
Returns |
void |
Example
context.setRefreshRequestId({
refreshRequestId: "12345"
});
The options object should include the property refreshRequestId (String, required), which is the request ID returned from the AISP when a data refresh is requested.
This function throws an exception with the error code SSS_INVALID_REFRESH_REQUEST_ID if refreshRequestId is set to an empty string, null, or undefined.
This function is only applicable to connectivity plug-ins used in Corporate Card Expenses type format profiles. For more information, see Creating Format Profiles for Expense Reporting.