POST v2/packout/associate
Request Information
URI Parameters
None.
Body Parameters
OperationPackOutAssociateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShellBarcode | string |
None. |
|
| TICBarcodes | Collection of RTIModel |
None. |
|
| RentalID | integer |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
Response Information
Resource Description
MultiRTIResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Response |
Actual Response from database. Can contain any model needed |
Object |
None. |
| Errors |
List of errors from stored procedure |
Collection of ErrorModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"response": {},
"errors": [
{
"barcode": "sample string 1",
"errorMessage": "sample string 2"
},
{
"barcode": "sample string 1",
"errorMessage": "sample string 2"
}
]
}