POST v1/loadTIC/associate
Request Information
URI Parameters
None.
Body Parameters
OperationLoadTICAssociateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| HUSCBarcode | string |
None. |
|
| TICBarcodes | Collection of RTIModel |
None. |
|
| SKUID | 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"
}
]
}