POST SaveJcProduction
Request Information
URI Parameters
None.
Body Parameters
JobCardProd_ApiBO| Name | Description | Type | Additional information |
|---|---|---|---|
| JCId | integer |
None. |
|
| Wcid | integer |
None. |
|
| WcName | string |
None. |
|
| FgItemid | integer |
None. |
|
| ShiftName | string |
None. |
|
| ITemId | integer |
None. |
|
| OKQty | decimal number |
None. |
|
| SalQty | decimal number |
None. |
|
| RejQty | decimal number |
None. |
|
| PreparedById | integer |
None. |
|
| PreparedBy | string |
None. |
|
| Remarks | string |
None. |
|
| machineid | integer |
None. |
|
| machine | string |
None. |
|
| username | string |
None. |
|
| Sessid | string |
None. |
|
| AvailQty | decimal number |
None. |
|
| Outsource | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"JCId": 1,
"Wcid": 2,
"WcName": "sample string 3",
"FgItemid": 4,
"ShiftName": "sample string 5",
"ITemId": 6,
"OKQty": 7.0,
"SalQty": 8.0,
"RejQty": 9.0,
"PreparedById": 10,
"PreparedBy": "sample string 11",
"Remarks": "sample string 12",
"machineid": 13,
"machine": "sample string 14",
"username": "sample string 15",
"Sessid": "sample string 16",
"AvailQty": 17.0,
"Outsource": 18
}
application/xml, text/xml
Sample:
<JobCardProd_ApiBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JobCardProd_Api.Controllers"> <AvailQty>17</AvailQty> <FgItemid>4</FgItemid> <ITemId>6</ITemId> <JCId>1</JCId> <OKQty>7</OKQty> <Outsource>18</Outsource> <PreparedBy>sample string 11</PreparedBy> <PreparedById>10</PreparedById> <RejQty>9</RejQty> <Remarks>sample string 12</Remarks> <SalQty>8</SalQty> <Sessid>sample string 16</Sessid> <ShiftName>sample string 5</ShiftName> <WcName>sample string 3</WcName> <Wcid>2</Wcid> <machine>sample string 14</machine> <machineid>13</machineid> <username>sample string 15</username> </JobCardProd_ApiBO>
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.