POST api/BarcodeScanUtility
Request Information
URI Parameters
None.
Body Parameters
C_BarcodeScanUtility| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ScanBarcode | string |
None. |
|
| ItemCode | string |
None. |
|
| BatchNo | string |
None. |
|
| Qty | decimal number |
None. |
|
| Barcode | string |
None. |
|
| OuterNo | string |
None. |
|
| PalletNo | string |
None. |
|
| BranchCode | integer |
None. |
|
| Status | string |
None. |
|
| Month | integer |
None. |
|
| Year | integer |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | integer |
None. |
|
| Column1 | string |
None. |
|
| Column2 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ScanBarcode": "sample string 2",
"ItemCode": "sample string 3",
"BatchNo": "sample string 4",
"Qty": 1.0,
"Barcode": "sample string 5",
"OuterNo": "sample string 6",
"PalletNo": "sample string 7",
"BranchCode": 8,
"Status": "sample string 9",
"Month": 10,
"Year": 11,
"CreatedOn": "2025-12-17T09:43:07.2440146+00:00",
"CreatedBy": 13,
"Column1": "sample string 14",
"Column2": "sample string 15"
}
application/xml, text/xml
Sample:
<C_BarcodeScanUtility xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RREL.Data.Models"> <Barcode>sample string 5</Barcode> <BatchNo>sample string 4</BatchNo> <BranchCode>8</BranchCode> <Column1>sample string 14</Column1> <Column2>sample string 15</Column2> <CreatedBy>13</CreatedBy> <CreatedOn>2025-12-17T09:43:07.2440146+00:00</CreatedOn> <Id>1</Id> <ItemCode>sample string 3</ItemCode> <Month>10</Month> <OuterNo>sample string 6</OuterNo> <PalletNo>sample string 7</PalletNo> <Qty>1</Qty> <ScanBarcode>sample string 2</ScanBarcode> <Status>sample string 9</Status> <Year>11</Year> </C_BarcodeScanUtility>
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. |