POST POS/Seats/Barcodes Try Now
Add barcode.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|
Body Parameters
Add barcode request.
Collection of BarcodeRequest
| Name | Description | Type | Additional information |
|---|---|---|---|
| SeatId |
The seat identifier.
|
string |
Required
|
| Barcode |
The barcode.
|
string |
Optional
|
Request Formats
application/json, text/json
Sample:
[
{
"SeatId": "",
"Barcode": ""
}
]
Response Information
Resource Description
An IHttpActionResult.
| Name | Description | Type | Additional information |
|---|---|---|---|
| BarcodeDetails | Collection of BarcodeDetails |
None.
|
|
| Status | BulkActionStatus |
None.
|
|
| Errors | Collection of BarcodeDetails |
None.
|
Response Formats
application/json, text/json
Sample:
{
"BarcodeDetails": [
{
"SeatId": "",
"Barcode": [
""
],
"BarcodeStatus": "Any",
"WarningMessage": ""
}
],
"Status": "Success",
"Errors": [
{
"ErrorMessage": "",
"Item": {
"SeatId": "",
"Barcode": [
""
],
"BarcodeStatus": "Any",
"WarningMessage": ""
}
}
]
}