GET v1/SerialNumbers/{id}
Get a Serial Number.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
id |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SerialNumber| Name | Description | Type | Additional information |
|---|---|---|---|
Id |
The unique Cin7 Id. |
integer |
None. |
Serialnumber |
Serial number |
string |
None. |
ProductId |
The unique Cin7 product Id. |
integer |
None. |
ProductOptionId |
The unique product option Id. |
integer |
None. |
LineItemId |
The ID for the respective line item. |
integer |
None. |
Code |
The unique Cin7 price option code. |
string |
None. |
HoldingGroup |
Holding Group |
string |
None. |
BranchId |
The unique Cin7 member Id of the branch. |
integer |
None. |
Available |
Available |
decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"serialnumber": "BARCODE-FOR-BLUE-T",
"productId": 1,
"productOptionId": 0,
"lineItemId": 0,
"code": "SKU-BLUE-T",
"holdingGroup": "",
"branchId": 0,
"available": 10.0
}
