POST api/StoreFG/PostDoneReceiveToOrder
Request Information
URI Parameters
None.
Body Parameters
m_PostReceiveToOrder| Name | Description | Type | Additional information |
|---|---|---|---|
| locationOrderId | integer |
Required |
|
| op_id | integer |
Required |
|
| orderId | integer |
Required |
|
| A_Grade | integer |
None. |
|
| B_Grade | integer |
None. |
|
| Waste | integer |
None. |
|
| Lost | integer |
None. |
|
| orderModelPackingId | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"locationOrderId": 1,
"op_id": 2,
"orderId": 3,
"A_Grade": 4,
"B_Grade": 5,
"Waste": 6,
"Lost": 7,
"orderModelPackingId": 8
}
application/xml, text/xml
Sample:
<m_PostReceiveToOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Models.FG"> <A_Grade>4</A_Grade> <B_Grade>5</B_Grade> <Lost>7</Lost> <Waste>6</Waste> <locationOrderId>1</locationOrderId> <op_id>2</op_id> <orderId>3</orderId> <orderModelPackingId>8</orderModelPackingId> </m_PostReceiveToOrder>
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.