POST api/OnlineOrdering/CheckSimplyBurgersSiteOrder

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "UserEmail": "sample string 1",
  "Password": "sample string 2",
  "ErpOrder": {
    "$id": "2",
    "Id": 1,
    "CompanyID": 2,
    "ItemsRemoved": true,
    "Details": [
      {
        "$id": "3",
        "Id": 1,
        "ProductSizeId": 2,
        "ProductId": 3,
        "Qnt": 4.0,
        "Extras": [
          {
            "$id": "4",
            "Id": 1,
            "ExtrasId": 2,
            "Qnt": 3.0
          },
          {
            "$ref": "4"
          },
          {
            "$ref": "4"
          }
        ]
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  }
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SimplyBurgersErpOrder'.