export const get = { // OutputType: 'PDF', // Synchronous: 'true', // DocumentCriterium: { // DocumentCriteria: { // PIN: { // Value: '329020771864' // }, // DocumentTypes: [{ // DocumentType: 'DomesticBillOfLadingThermal' // }, { // DocumentType: 'CustomsInvoiceThermal' // }] // // DocumentTypes: { // // DocumentType: 'DomesticBillOfLadingThermal' // // } // } // } OutputType: 'PDF', Synchronous: 'true', DocumentCriterium: { DocumentCriteria: { PIN: { Value: '329020771864' }, DocumentTypes: [{ DocumentType: 'ExpressChequeReceiptThermal' }] // DocumentTypes: { // DocumentType: 'DomesticBillOfLadingThermal' // } } } }; export const manifest = { ShipmentManifestDocumentCriterium: { ShipmentManifestDocumentCriteria: { ManifestDate: '2010-03-15' } } };