POST services/api/v1/Get_SerialNumberByBarcode
Request Information
URI Parameters
None.
Body Parameters
SerialNumberByBarcodeReq| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode | string |
None. |
|
| LocId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Barcode": "sample string 1",
"LocId": 2
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"