POST api/BOMEntry/DeleteExistingBarcode
Request Information
URI Parameters
None.
Body Parameters
C_P_ProductionScanBarcode| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProductionDate | date |
None. |
|
| ItemCode | string |
None. |
|
| Barcode | string |
None. |
|
| OuterNo | string |
None. |
|
| Shift | string |
None. |
|
| BranchCode | integer |
None. |
|
| OuterPrint | string |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
|
| MachineId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProductionDate": "2025-12-17T23:53:58.1136417+00:00",
"ItemCode": "sample string 3",
"Barcode": "sample string 4",
"OuterNo": "sample string 5",
"Shift": "sample string 6",
"BranchCode": 7,
"OuterPrint": "sample string 8",
"CreatedBy": 1,
"CreatedOn": "2025-12-17T23:53:58.1136417+00:00",
"MachineId": 1
}
application/xml, text/xml
Sample:
<C_P_ProductionScanBarcode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Barcode>sample string 4</Barcode> <BranchCode>7</BranchCode> <CreatedBy>1</CreatedBy> <CreatedOn>2025-12-17T23:53:58.1136417+00:00</CreatedOn> <Id>1</Id> <ItemCode>sample string 3</ItemCode> <MachineId>1</MachineId> <OuterNo>sample string 5</OuterNo> <OuterPrint>sample string 8</OuterPrint> <ProductionDate>2025-12-17T23:53:58.1136417+00:00</ProductionDate> <Shift>sample string 6</Shift> </C_P_ProductionScanBarcode>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |