Request Headers:
Content Type: application/json
Ocp-Apim-Subscription-Key: ********************
Authorization: Bearer *********************
Request Body
{
  "mT_OrderCreate_S_Request": {
    "order": {
      "partnerKey": "[PARTNERKEY]",
      "customerPurchaseOrderNumber": "PO Number",
      "customerLongPONumber": "",
      "endUserPurchaseOrderNumber": "EU PO Num",
      "orderQuote": "",
      "orderCurrency": "USD",
      "requestedShipDate": "2024-04-01",
      "projectNumber": "",
      "vRFHeaders": [
        {
          "vRFFieldName": "VRF_NAME",
          "vRFValue": "12345"
        }
      ],
      "orderAttachments": [
        {
          "orderAttachment": "open text field"
        }
      ],
      "internalOrderAttachments": [
        {
          "internalOrderAttachment": "open text field"
        }
      ],
      "externalOrderAttachments": [
        {
          "externalOrderAttachment": "Visible on other documents"
        }
      ],
      "shippingMethod": {
        "shipComplete": "true",
        "blindShipment": "false"
      },
      "deliveryInstructions": [
        {
          "instruction": "Deliver to side door"
        }
      ],
      "billToAddress": {
        "company": "Westcon GB",
        "companyName2": "",
        "line1": "111 Dummy St",
        "line2": "",
        "line3": "",
        "line4": "",
        "city": "London",
        "state": "",
        "postalCode": "EC4N 1SA",
        "country": "GB"
      },
      "billToContact": {
        "contactName": "John",
        "contactName2": "Doe",
        "phone": "5555555555",
        "countryPrefix": "",
        "extension": "",
        "fax": "",
        "mobile": "",
        "emailAddress": "John.Doe@email.com"
      },
      "shipToAddress": {
        "company": "Westcon GB",
        "companyName2": "",
        "line1": "111 Dummy St",
        "line2": "",
        "line3": "",
        "line4": "",
        "city": "London",
        "state": "",
        "postalCode": "EC4N 1SA",
        "country": "GB",
        "trackItEmailAddress": "John.Doe@email.com",
        "shipItEmailAddress": "John.Doe@email.com"
      },
      "shipToContact": {
        "contactName": "Jane",
        "contactName2": "Doe",
        "phone": "5555555555",
        "countryPrefix": "",
        "extension": "",
        "fax": "",
        "mobile": "",
        "emailAddress": "Jane.Doe@email.com"
      },
      "endUserAddress": {
        "vertical": "",
       "company": "Westcon GB",
        "companyName2": "",
        "line1": "111 Dummy St",
        "line2": "",
        "line3": "",
        "line4": "",
        "city": "London",
        "state": "",
        "postalCode": "EC4N 1SA",
        "country": "GB"
      },
      "endUserContact": {
       "contactName": "Jane",
        "contactName2": "Doe",
        "phone": "5555555555",
        "countryPrefix": "",
        "extension": "",
        "fax": "",
        "mobile": "",
        "emailAddress": "Jane.Doe@email.com"
      },
      "orderLines": [
        {
          "customerLineNumber": "1",
          "requestedDeliveryDate": "2024-04-05",
          "requestedShipDate": "2024-04-01",
          "quantityOrdered": "1",
          "unitPrice": "50.00",
          "contractNum" :"",
          "internalOrderLineAttachments": [
            {
              "internalOrderLineAttachment": "Open text field"
            }
          ],
          "externalOrderLineAttachments": [
            {
              "externalOrderLineAttachment": "Prints on other documents"
            }
          ],
          "vRFLines": [
            {
              "fieldName": "VRF_NAME",
              "value": "12345"
            }
          ],
          "vRFQuantities": [
            {
              "fieldName": "VRF_NAME",
              "value": "98765"
            }
          ],
          "product": {
            "productNumber": "8201-SYS",
            "customerProductNumber": "8201-SYS"
          }
        }
      ]
    }
  }
}