js-requests.js 367 B

1234567891011121314151617181920
  1. 'use strict';
  2. const createPartyRegistration1 = {
  3. requestId: '2233',
  4. registrationId: '3bd3c02dc6965c8b9240',
  5. venId: '3f59d85fbdf3997dbeb1',
  6. oadrProfileName: '2.0b',
  7. oadrTransportName: 'simplehttp',
  8. oadrReportOnly: false,
  9. oadrXmlSignature: false,
  10. oadrVenName: 'venName',
  11. oadrHttpPullModel: true
  12. };
  13. module.exports = {
  14. createPartyRegistration1
  15. };