POST api/SecondGoodsCheckEntry/addManualSecondGoodsQuantity
Request Information
URI Parameters
None.
Body Parameters
ModelManualSecondGoodsQuantityDetailList| Name | Description | Type | Additional information |
|---|---|---|---|
| Sec_Goods_No | 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:
{
"Sec_Goods_No": 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:
{"Sec_Goods_No":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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |