GET v1/report/decommissionDwell/{locationID}
Decommission Dwell
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ReportDecommissionDwellModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Barcode |
RTI |
string |
None. |
| ReceiveDate |
Receive Date |
date |
None. |
| DwellTime |
Decommission Dwell |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"barcode": "sample string 1",
"receiveDate": "2025-11-08T08:24:36.7303529+00:00",
"dwellTime": "sample string 3"
}