[php] Order

Viewer

  1. {
  2.   "request": {
  3.     "orderInformation": {
  4.       "orderType": "Type of order to be created",
  5.       "orderDescription": "Description for the order",
  6.       "contactID": "contact ID of the employee",
  7.       "contractID": "Contract ID",
  8.       "siteID": "Site ID",
  9.       "salesPersonID": "Sales person ID",
  10.       "assignedTo": "Assigned Employee ID",
  11.       "discount": "discount percentage",
  12.       "eventPricing": "whether event pricing order or not",
  13.       "chargeDuration": "charge duration of the order",
  14.       "infoComments": "comments for the order"
  15.     },
  16.     "dates": {
  17.       "deliveryDate": "delivery date",
  18.       "deliveryTime": "delivery time",
  19.       "prepDate": "prep date",
  20.       "prepTime": "prep time",
  21.       "showStartDate": "show start date",
  22.       "showStartTime": "show start time",
  23.       "showEndDate": "show end date",
  24.       "showEndTime": "show end time",
  25.       "returnDate": "return date",
  26.       "returnTime": "return time",
  27.       "pickUpDate": "pickup date",
  28.       "pickUpTime": "pickup time",
  29.       "loadInDate": "load-in date",
  30.       "loadInTime": "load-in time"
  31.     },
  32.     "event": {
  33.       "eventname": "Event name"
  34.     },
  35.     "shippingInformation": {
  36.       "ContactID": "Unique Id of the employee",
  37.       "locationName": "Shipping location name",
  38.       "shippingAddress": {
  39.         "shipvia": "Ship via",
  40.         "boothroom": "Name of the booth",
  41.         "trackingNumber": "Shipping Tracking Number",
  42.         "street": "Name of the Street",
  43.         "city": "Name of the city",
  44.         "state": "State",
  45.         "country": "Country name",
  46.         "zip": "zip"
  47.       },
  48.       "shippingComments": "Shipping comments"
  49.     },
  50.     "paymentInformation": {
  51.       "payContactID": "Unique Id of employee",
  52.       "payMethod": "pay method",
  53.       "paymentAt": "pay at type",
  54.       "payTermID": "payment terms",
  55.       "poNumber": "PO Number",
  56.       "billingTermsID": "Billing terms ID"
  57.     },
  58.     "defaultInformation": {
  59.       "profitCenterID": "Profit Center ID",
  60.       "RegionID": "Region ID",
  61.       "DisclaimerID": "Disclaimer ID",
  62.       "DiscountId": "Discount ID",
  63.       "CommissionID": "Commission ID",
  64.       "defaultUnit": "default unit"
  65.     },
  66.     "products": {
  67.       "product": {
  68.         "productID": "product id",
  69.         "productGUID": "Product GUID",
  70.         "productdescription": "Product description",
  71.         "quantity": "Ordered quantity",
  72.         "action": "Rent / Sell / Misc.",
  73.         "days": "number of days ordered",
  74.         "diw": "number of days in week",
  75.         "unit": "unit for the product line",
  76.         "unitPrice": "unit price",
  77.         "discount": "discount",
  78.         "comments": "Comments for the product line"
  79.       }
  80.     }
  81.   }
  82. }

Editor

You can edit this paste and save as new:


File Description
  • Order
  • Paste Code
  • 02 Mar-2021
  • 2.69 Kb
You can Share it: