POST api/StoreUpper/post_confirm_add_upper
Request Information
URI Parameters
None.
Body Parameters
Collection of post_confirm_upper| Name | Description | Type | Additional information |
|---|---|---|---|
| basket_id | integer |
None. |
|
| lc_id | integer |
None. |
|
| op_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"basket_id": 1,
"lc_id": 2,
"op_id": 3
},
{
"basket_id": 1,
"lc_id": 2,
"op_id": 3
}
]
application/xml, text/xml
Sample:
<ArrayOfpost_confirm_upper xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.ProductionLine.StoreUpper">
<post_confirm_upper>
<basket_id>1</basket_id>
<lc_id>2</lc_id>
<op_id>3</op_id>
</post_confirm_upper>
<post_confirm_upper>
<basket_id>1</basket_id>
<lc_id>2</lc_id>
<op_id>3</op_id>
</post_confirm_upper>
</ArrayOfpost_confirm_upper>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.