| 1234567891011121314151617181920 |
- 'use strict';
- const createPartyRegistration1 = {
- requestId: '2233',
- registrationId: '3bd3c02dc6965c8b9240',
- venId: '3f59d85fbdf3997dbeb1',
- oadrProfileName: '2.0b',
- oadrTransportName: 'simplehttp',
- oadrReportOnly: false,
- oadrXmlSignature: false,
- oadrVenName: 'venName',
- oadrHttpPullModel: true
- };
- module.exports = {
- createPartyRegistration1
- };
|