POST api/LaserPCB/LaserUploadBarCodeDetails
Request Information
URI Parameters
None.
Body Parameters
BarcodeResultList| Name | Description | Type | Additional information |
|---|---|---|---|
| Records | Collection of LaserUploadResultModels |
None. |
Request Formats
application/json, text/json
Sample:
{
"Records": [
{
"Station": "sample string 1",
"OP": "sample string 2",
"WO": "sample string 3",
"ReelId": "sample string 4",
"Timestamp": "2026-05-29T02:33:55.3524403+05:30",
"BarCodeList": [
{
"Barcode": "sample string 1",
"Result": "sample string 2",
"Remark": "sample string 3"
},
{
"Barcode": "sample string 1",
"Result": "sample string 2",
"Remark": "sample string 3"
}
]
},
{
"Station": "sample string 1",
"OP": "sample string 2",
"WO": "sample string 3",
"ReelId": "sample string 4",
"Timestamp": "2026-05-29T02:33:55.3524403+05:30",
"BarCodeList": [
{
"Barcode": "sample string 1",
"Result": "sample string 2",
"Remark": "sample string 3"
},
{
"Barcode": "sample string 1",
"Result": "sample string 2",
"Remark": "sample string 3"
}
]
}
]
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.