js-requests.js 517 B

123456789101112131415161718192021222324252627
  1. 'use strict';
  2. const createPartyRegistration1 = {
  3. _type: 'oadrCreatePartyRegistration',
  4. requestId: '2233',
  5. registrationId: '3bd3c02dc6965c8b9240',
  6. venId: '3f59d85fbdf3997dbeb1',
  7. oadrProfileName: '2.0b',
  8. oadrTransportName: 'simplehttp',
  9. oadrReportOnly: false,
  10. oadrXmlSignature: false,
  11. oadrVenName: 'venName',
  12. oadrHttpPullModel: true
  13. };
  14. const queryRegistration1 = {
  15. _type: 'oadrQueryRegistration',
  16. requestId: '12345'
  17. };
  18. module.exports = {
  19. createPartyRegistration1,
  20. queryRegistration1
  21. };