Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     'collectionCurrencyIso': 'LBP',
  3.     'isCustomerPortal': True,
  4.     'pickUp': {
  5.         'eddressCode': 'B5M9XS',
  6.         'recipientName': 'hendel llc'
  7.     },
  8.     'bulkOrdersParam': [{
  9.         'index': 0,
  10.         'tripType': 'BULK',
  11.         'collectionAmount': Decimal('158000.00'),
  12.         'isCustomerPortal': True,
  13.         'dropOff': {
  14.             'area': 'BEIRUT',
  15.             'rawAddress': '1107, LB, Badaro, BEIRUT, Military Hospital, Mukrazil, 1',
  16.             'recipientPhoneNumber': '+9613711180',
  17.             'additionalInfo': ''
  18.         },
  19.         'recipientName': 'Christine  Hage  ',
  20.         'recipientPhoneNumber': '+9613711180',
  21.         'serviceType': 'NEXT_DAY',
  22.         'legacyOrderNumber': 70286,
  23.         'signatureRequired': False,
  24.         'photoRequired': False,
  25.         'customer': {
  26.             'email': 'customer@mail.com',
  27.             'name': 'Christine  Hage  ',
  28.             'phoneNumber': '+9613711180'
  29.         },
  30.         'scheduledDate': '2018-10-27',
  31.         'description': 'Noia derm:3, ',
  32.         'pickupSmsRequest': False,
  33.         'dropOffSmsRequest': False
  34.     }, {
  35.         'index': 1,
  36.         'tripType': 'BULK',
  37.         'collectionAmount': Decimal('158000.00'),
  38.         'isCustomerPortal': True,
  39.         'dropOff': {
  40.             'area': 'AAFSADIQ',
  41.             'rawAddress': '1300, LB, North Governorate, AAFSADIQ, Main street, ridha market',
  42.             'recipientPhoneNumber': '+96170315427',
  43.             'additionalInfo': ''
  44.         },
  45.         'recipientName': 'Rachel  ',
  46.         'recipientPhoneNumber': '+96170315427',
  47.         'serviceType': 'NEXT_DAY',
  48.         'legacyOrderNumber': 70287,
  49.         'signatureRequired': False,
  50.         'photoRequired': False,
  51.         'customer': {
  52.             'email': 'customer@mail.com',
  53.             'name': 'Rachel  ',
  54.             'phoneNumber': '+96170315427'
  55.         },
  56.         'scheduledDate': '2018-10-27',
  57.         'description': 'Noia derm:3, ',
  58.         'pickupSmsRequest': False,
  59.         'dropOffSmsRequest': False
  60.     }, {
  61.         'index': 2,
  62.         'tripType': 'BULK',
  63.         'collectionAmount': Decimal('83000.00'),
  64.         'isCustomerPortal': True,
  65.         'dropOff': {
  66.             'area': 'BEIRUT',
  67.             'rawAddress': '4806, LB, Mount Lebanon Governorate, BEIRUT, near cemetery of Radu, Pharmacy Hassan Farhan',
  68.             'recipientPhoneNumber': '+96181821077',
  69.             'additionalInfo': ''
  70.         },
  71.         'recipientName': 'alyas  ',
  72.         'recipientPhoneNumber': '+96181821077',
  73.         'serviceType': 'NEXT_DAY',
  74.         'legacyOrderNumber': 70288,
  75.         'signatureRequired': False,
  76.         'photoRequired': False,
  77.         'customer': {
  78.             'email': 'customer@mail.com',
  79.             'name': 'alyas  ',
  80.             'phoneNumber': '+96181821077'
  81.         },
  82.         'scheduledDate': '2018-10-27',
  83.         'description': 'EcoSpray:1, ',
  84.         'pickupSmsRequest': False,
  85.         'dropOffSmsRequest': False
  86.     }]
  87. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement