POST api/Orders?connString={connString}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
connString
No documentation available.

Define this parameter in the request URI.

orderInfo
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "OrderInfo": {
    "orderType": "sample string 1",
    "contactId": "sample string 2",
    "orderedBy": {
      "name": "sample string 1",
      "address1": "sample string 2",
      "city": "sample string 3",
      "state": "sample string 4",
      "country": "sample string 5",
      "zip": "sample string 6",
      "phone": "sample string 7",
      "email": "sample string 8"
    },
    "shipTo": {
      "name": "sample string 1",
      "address1": "sample string 2",
      "city": "sample string 3",
      "state": "sample string 4",
      "country": "sample string 5",
      "zip": "sample string 6",
      "comments": "sample string 7"
    },
    "shipper": {
      "freightCode": "sample string 1",
      "deliveryDate": "sample string 2"
    },
    "orderItems": [
      {
        "Quantity": 1,
        "Alais": "sample string 1",
        "CartID": 1,
        "InventoryId": 1
      },
      {
        "Quantity": 1,
        "Alais": "sample string 1",
        "CartID": 1,
        "InventoryId": 1
      },
      {
        "Quantity": 1,
        "Alais": "sample string 1",
        "CartID": 1,
        "InventoryId": 1
      }
    ]
  }
}

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
"sample string 1"