All URIs are relative to https://apitest.cybersource.com
Method | HTTP request | Description |
---|---|---|
getNotificationOfChangeReport | GET /reporting/v3/notification-of-changes | Get Notification Of Changes |
ReportingV3NotificationofChangesGet200Response getNotificationOfChangeReport(startTime, endTime)
Get Notification Of Changes
Notification of Change Report
var CyberSource = require('CyberSource');
var apiInstance = new CyberSource.NotificationOfChangesApi();
var startTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report Start Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
var endTime = new Date("2013-10-20T19:20:30+01:00"); // Date | Valid report End Time in **ISO 8601 format** Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 **Example date format:** - yyyy-MM-dd'T'HH:mm:ssXXX
var callback = function(error, data, response) {
if (error) {
console.error(error);
} else {
console.log('API called successfully. Returned data: ' + data);
}
};
apiInstance.getNotificationOfChangeReport(startTime, endTime, callback);
Name | Type | Description | Notes |
---|---|---|---|
startTime | Date | Valid report Start Time in ISO 8601 format Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 Example date format: - yyyy-MM-dd'T'HH:mm:ssXXX | |
endTime | Date | Valid report End Time in ISO 8601 format Please refer the following link to know more about ISO 8601 format. - https://xml2rfc.tools.ietf.org/public/rfc/html/rfc3339.html#anchor14 Example date format: - yyyy-MM-dd'T'HH:mm:ssXXX |
ReportingV3NotificationofChangesGet200Response
No authorization required
- Content-Type: application/json;charset=utf-8
- Accept: application/hal+json