export const post = { BillingAccountNumber: process.env.PURO_ACC, PartnerID: '', PickupInstruction: { Date: '2017-09-23', AnyTimeAfter: '1200', UntilTime: '1500', TotalWeight: { Value: '1', WeightUnit: 'kg' }, TotalPieces: '1', BoxIndicator: '', PickUpLocation: 'BackDoor', AdditionalInstructions: '', SupplyRequestCodes: { SupplyRequestCode: 'PuroletterExpressEnvelope' }, LoadingDockAvailable: false, TrailerAccessible: false, ShipmentOnSkids: false, NumberOfSkids: 0 }, Address: { Name: 'Aaron Summer', StreetNumber: '328', StreetName: 'W Hastings St', City: 'Vancouver', Province: 'BC', Country: 'CA', PostalCode: 'V6B1K6', PhoneNumber: { CountryCode: '1', AreaCode: '905', Phone: '5555555', } }, NotificationEmails: { NotificationEmail: 'your_email@email.com' }, ShipmentSummary: { ShipmentSummaryDetails: { ShipmentSummaryDetail: { DestinationCode: 'DOM', ModeOfTransport: 'Ground', TotalPieces: '70', TotalWeight: { Value: '1', WeightUnit: 'kg' } } } } }; export const destroy = { PickUpConfirmationNumber: '01365850' }; export const validate = {};