GET api/Items/Getbybarcode?db_name={db_name}&barcode={barcode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| db_name | string |
Required |
|
| barcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Collection of ObjectResponse Formats
application/json, text/json
Sample:
[
[
{},
{}
],
[
{},
{}
]
]
application/xml, text/xml
Sample:
<ArrayOfArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<ArrayOfanyType>
<anyType />
<anyType />
</ArrayOfanyType>
<ArrayOfanyType>
<anyType />
<anyType />
</ArrayOfanyType>
</ArrayOfArrayOfanyType>