post
POST /client/api/Orders HTTP/1.1
Host: 
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 592

{
  "orderNumber": "text",
  "orderDate": "text",
  "price": 1,
  "currency": "text",
  "customer": {
    "clientCustomerId": "text",
    "title": "text",
    "forename": "text",
    "surname": "text",
    "phone": "text",
    "email": "text",
    "isNew": true
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "addressLine3": "text",
    "addressLine4": "text",
    "city": "text",
    "country": "text",
    "postCode": "text"
  },
  "lines": [
    {
      "sku": "text",
      "name": "text",
      "description": "text",
      "imageURL": "text",
      "price": 1,
      "category": "text",
      "returnDays": 1,
      "height": 1,
      "width": 1,
      "depth": 1,
      "quantity": 1,
      "variants": "text",
      "tags": "text",
      "size": "text",
      "colour": "text",
      "brand": "text"
    }
  ]
}
{
  "orderId": "123e4567-e89b-12d3-a456-426614174000",
  "returnUrl": "text"
}
put
PUT /client/api/Orders HTTP/1.1
Host: 
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 592

{
  "orderNumber": "text",
  "orderDate": "text",
  "price": 1,
  "currency": "text",
  "customer": {
    "clientCustomerId": "text",
    "title": "text",
    "forename": "text",
    "surname": "text",
    "phone": "text",
    "email": "text",
    "isNew": true
  },
  "address": {
    "addressLine1": "text",
    "addressLine2": "text",
    "addressLine3": "text",
    "addressLine4": "text",
    "city": "text",
    "country": "text",
    "postCode": "text"
  },
  "lines": [
    {
      "sku": "text",
      "name": "text",
      "description": "text",
      "imageURL": "text",
      "price": 1,
      "category": "text",
      "returnDays": 1,
      "height": 1,
      "width": 1,
      "depth": 1,
      "quantity": 1,
      "variants": "text",
      "tags": "text",
      "size": "text",
      "colour": "text",
      "brand": "text"
    }
  ]
}
{
  "orderId": "123e4567-e89b-12d3-a456-426614174000",
  "returnUrl": "text"
}