setRefreshRequestId(options)

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.

Note:

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.

Related Topics

General Notices