POST api/production/saveProductionWithLockwithoutBOM
Request Information
URI Parameters
None.
Body Parameters
JobProductionLockRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| JobCardNo | string |
None. |
|
| StageName | string |
None. |
|
| OperationName | string |
None. |
|
| MachineNo | string |
None. |
|
| ProducedQty | integer |
None. |
|
| ScrapQty | integer |
None. |
|
| RejectionQty | integer |
None. |
|
| OperatorName | string |
None. |
|
| SequenceNo | integer |
None. |
|
| ProductionDate | date |
None. |
|
| FromTime | string |
None. |
|
| ToTime | string |
None. |
|
| SettingStopTime | string |
None. |
|
| ShouldStopSetting | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"JobCardNo": "sample string 1",
"StageName": "sample string 2",
"OperationName": "sample string 3",
"MachineNo": "sample string 4",
"ProducedQty": 5,
"ScrapQty": 6,
"RejectionQty": 7,
"OperatorName": "sample string 8",
"SequenceNo": 9,
"ProductionDate": "2026-08-05T17:22:16.3532865+05:30",
"FromTime": "sample string 10",
"ToTime": "sample string 11",
"SettingStopTime": "sample string 12",
"ShouldStopSetting": true
}
application/xml, text/xml
Sample:
<JobProductionLockRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/pressapi.Models"> <FromTime>sample string 10</FromTime> <JobCardNo>sample string 1</JobCardNo> <MachineNo>sample string 4</MachineNo> <OperationName>sample string 3</OperationName> <OperatorName>sample string 8</OperatorName> <ProducedQty>5</ProducedQty> <ProductionDate>2026-08-05T17:22:16.3532865+05:30</ProductionDate> <RejectionQty>7</RejectionQty> <ScrapQty>6</ScrapQty> <SequenceNo>9</SequenceNo> <SettingStopTime>sample string 12</SettingStopTime> <ShouldStopSetting>true</ShouldStopSetting> <StageName>sample string 2</StageName> <ToTime>sample string 11</ToTime> </JobProductionLockRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.