GET v6/operation/shipRFID/shipment/items/{shipmentItemId}/{rtiId}/partList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shipmentItemId | integer |
Required |
|
| rtiId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ShipRFIDDetailRTIModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Config | ShipRFIDDetailRTIConfigModel |
None. |
|
| Data | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"config": {
"menuItems": [
{
"actionName": "sample string 1",
"actionURL": "sample string 2",
"actionType": "sample string 3",
"confirmMessage": "sample string 4"
},
{
"actionName": "sample string 1",
"actionURL": "sample string 2",
"actionType": "sample string 3",
"confirmMessage": "sample string 4"
}
],
"rowColors": [
{
"fieldName": "sample string 1",
"fieldValue": {},
"backgroundColor": "sample string 3",
"foregroundColor": "sample string 4"
},
{
"fieldName": "sample string 1",
"fieldValue": {},
"backgroundColor": "sample string 3",
"foregroundColor": "sample string 4"
}
]
},
"data": [
{},
{}
]
}