js-responses.js 309 B

12345678910111213141516
  1. 'use strict';
  2. const createdPartyRegistration1 = {
  3. responseCode: '200',
  4. responseDescription: 'OK',
  5. responseRequestId: 'rid',
  6. registrationId: '3bd3c02dc6965c8b9240',
  7. venId: '3f59d85fbdf3997dbeb1',
  8. vtnId: 'VTN_ID1',
  9. pollFreqDuration: 'PT10S'
  10. };
  11. module.exports = {
  12. createdPartyRegistration1,
  13. };