Add C52/C53 order types and examples

Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
This commit is contained in:
Herrie
2019-11-25 16:04:01 +01:00
parent 0c08d534ff
commit f8c9cc7ba8
5 changed files with 91 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
'use strict';
const utils = require('../utils');
module.exports = (start = null, end = null) => ({
version: 'h004',
orderDetails: {
OrderType: 'C52',
OrderAttribute: 'DZHNN',
StandardOrderParams: utils.dateRange(start, end),
},
operation: 'download',
});