POST api/CentralKitchen/WriteKitchenFulfillmentPrepWorksheet

Request Information

URI Parameters

None.

Body Parameters

MPW.DataAccess.RequestDto.KitchenFulfilmentPrepWorksheetRequestDto
NameDescriptionTypeAdditional information
TransactionId

integer

None.

DeliveryDate

string

None.

KitchenId

string

None.

Comments

string

None.

UserId

integer

None.

KitchenPrepSaveType

MPW.Common.Enumeration.KitchenPrepSaveType

None.

KitchenItemList

Collection of MPW.DataAccess.RequestDto.KitchenPrepItemDetailsDto

None.

Request Formats

application/json, text/json

Sample:
{
  "TransactionId": 1,
  "DeliveryDate": "sample string 2",
  "KitchenId": "sample string 3",
  "Comments": "sample string 4",
  "UserId": 5,
  "KitchenPrepSaveType": 0,
  "KitchenItemList": [
    {
      "Id": 1,
      "ItemCode": "sample string 2",
      "ItemId": 3,
      "Description": "sample string 4",
      "OrderedPrimary": 5.0,
      "OrderedSecondary": 6.0,
      "PreparedPrimary": 1.0,
      "PreparedSecondary": 1.0,
      "NeededPrimary": 7.0,
      "NeededSecondary": 8.0,
      "Packaging": "sample string 9",
      "QtyPerUnit": 10,
      "Unit": "sample string 11",
      "SecondaryUnit": "sample string 12",
      "PrimaryPrice": 13.0
    },
    {
      "Id": 1,
      "ItemCode": "sample string 2",
      "ItemId": 3,
      "Description": "sample string 4",
      "OrderedPrimary": 5.0,
      "OrderedSecondary": 6.0,
      "PreparedPrimary": 1.0,
      "PreparedSecondary": 1.0,
      "NeededPrimary": 7.0,
      "NeededSecondary": 8.0,
      "Packaging": "sample string 9",
      "QtyPerUnit": 10,
      "Unit": "sample string 11",
      "SecondaryUnit": "sample string 12",
      "PrimaryPrice": 13.0
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.