POST api/ProductionCheckEntry/addManualProductionQuantity

Request Information

URI Parameters

None.

Body Parameters

ModelManualQuantityDetailList
NameDescriptionTypeAdditional information
ProductionNo

integer

None.

LoginById

integer

None.

CompCode

string

None.

QueryType

string

None.

TJob_Card_Packing_Qty_Details

Collection of ModelTJob_Card_Packing_Qty_Details

None.

Request Formats

application/json, text/json

Sample:
{
  "ProductionNo": 1,
  "LoginById": 1,
  "CompCode": "sample string 1",
  "QueryType": "sample string 2",
  "TJob_Card_Packing_Qty_Details": [
    {
      "Size_No": 1,
      "Fresh_Qty": 2.0,
      "B_Qty": 3.0
    },
    {
      "Size_No": 1,
      "Fresh_Qty": 2.0,
      "B_Qty": 3.0
    }
  ]
}

text/html, text/plain

Sample:
{"ProductionNo":1,"LoginById":1,"CompCode":"sample string 1","QueryType":"sample string 2","TJob_Card_Packing_Qty_Details":[{"Size_No":1,"Fresh_Qty":2.0,"B_Qty":3.0},{"Size_No":1,"Fresh_Qty":2.0,"B_Qty":3.0}]}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.