POST api/upper/store/confirm-receive/{st_id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| st_id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of v_Store_Upper| Name | Description | Type | Additional information |
|---|---|---|---|
| st_id | integer |
None. |
|
| status | string |
None. |
|
| plan_no | string |
None. |
|
| work_type_name | string |
None. |
|
| date | string |
None. |
|
| model_no | string |
None. |
|
| amount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"st_id": 1,
"status": "sample string 2",
"plan_no": "sample string 3",
"work_type_name": "sample string 4",
"date": "sample string 5",
"model_no": "sample string 6",
"amount": 7
},
{
"st_id": 1,
"status": "sample string 2",
"plan_no": "sample string 3",
"work_type_name": "sample string 4",
"date": "sample string 5",
"model_no": "sample string 6",
"amount": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfv_Store_Upper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.Upper.View">
<v_Store_Upper>
<amount>7</amount>
<date>sample string 5</date>
<model_no>sample string 6</model_no>
<plan_no>sample string 3</plan_no>
<st_id>1</st_id>
<status>sample string 2</status>
<work_type_name>sample string 4</work_type_name>
</v_Store_Upper>
<v_Store_Upper>
<amount>7</amount>
<date>sample string 5</date>
<model_no>sample string 6</model_no>
<plan_no>sample string 3</plan_no>
<st_id>1</st_id>
<status>sample string 2</status>
<work_type_name>sample string 4</work_type_name>
</v_Store_Upper>
</ArrayOfv_Store_Upper>