GET api/OtherUnitFee/GetById/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OtherUnitFeeDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| OtherUnitFeeID | integer |
None. |
|
| OtherUnitFeeCode | string |
None. |
|
| OtherUnitFeeName | string |
None. |
|
| OtherUnitFeeValue | decimal number |
None. |
|
| RefUnitId | integer |
None. |
|
| BundleId | integer |
None. |
|
| UnitKeyFinder | string |
None. |
|
| UnitName | string |
None. |
|
| WarehouseCode | string |
None. |
|
| OwnerNumber | string |
None. |
|
| UnitGrade | string |
None. |
|
| CancellationNumber | string |
None. |
|
| EstimationRatioPrice | decimal number |
None. |
|
| IsAuction | boolean |
None. |
|
| IsHistory | boolean |
None. |
|
| IsActive | boolean |
None. |
|
| IsCheckedIn | boolean |
None. |
|
| IsCheckedOut | boolean |
None. |
|
| BundleNumber | string |
None. |
|
| OnAuction | boolean |
None. |
|
| ReadyAuction | boolean |
None. |
|
| SoldDate | date |
None. |
|
| IsSold | boolean |
None. |
|
| OwnerName | string |
None. |
|
| WarehouseName | string |
None. |
|
| UnitType | string |
None. |
|
| UnitTypeDesc | string |
None. |
|
| SoldPrice | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"OtherUnitFeeID": 1,
"OtherUnitFeeCode": "sample string 2",
"OtherUnitFeeName": "sample string 3",
"OtherUnitFeeValue": 4.0,
"RefUnitId": 5,
"BundleId": 6,
"UnitKeyFinder": "sample string 7",
"UnitName": "sample string 8",
"WarehouseCode": "sample string 9",
"OwnerNumber": "sample string 10",
"UnitGrade": "sample string 11",
"CancellationNumber": "sample string 12",
"EstimationRatioPrice": 13.0,
"IsAuction": true,
"IsHistory": true,
"IsActive": true,
"IsCheckedIn": true,
"IsCheckedOut": true,
"BundleNumber": "sample string 19",
"OnAuction": true,
"ReadyAuction": true,
"SoldDate": "2026-09-17T14:43:54.343234+00:00",
"IsSold": true,
"OwnerName": "sample string 23",
"WarehouseName": "sample string 24",
"UnitType": "sample string 25",
"UnitTypeDesc": "sample string 26",
"SoldPrice": 27.0
}
text/html
Sample:
{"OtherUnitFeeID":1,"OtherUnitFeeCode":"sample string 2","OtherUnitFeeName":"sample string 3","OtherUnitFeeValue":4.0,"RefUnitId":5,"BundleId":6,"UnitKeyFinder":"sample string 7","UnitName":"sample string 8","WarehouseCode":"sample string 9","OwnerNumber":"sample string 10","UnitGrade":"sample string 11","CancellationNumber":"sample string 12","EstimationRatioPrice":13.0,"IsAuction":true,"IsHistory":true,"IsActive":true,"IsCheckedIn":true,"IsCheckedOut":true,"BundleNumber":"sample string 19","OnAuction":true,"ReadyAuction":true,"SoldDate":"2026-09-17T14:43:54.343234+00:00","IsSold":true,"OwnerName":"sample string 23","WarehouseName":"sample string 24","UnitType":"sample string 25","UnitTypeDesc":"sample string 26","SoldPrice":27.0}
application/xml, text/xml
Sample:
<OtherUnitFeeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models"> <BundleId>6</BundleId> <BundleNumber>sample string 19</BundleNumber> <CancellationNumber>sample string 12</CancellationNumber> <EstimationRatioPrice>13</EstimationRatioPrice> <IsActive>true</IsActive> <IsAuction>true</IsAuction> <IsCheckedIn>true</IsCheckedIn> <IsCheckedOut>true</IsCheckedOut> <IsHistory>true</IsHistory> <IsSold>true</IsSold> <OnAuction>true</OnAuction> <OtherUnitFeeCode>sample string 2</OtherUnitFeeCode> <OtherUnitFeeID>1</OtherUnitFeeID> <OtherUnitFeeName>sample string 3</OtherUnitFeeName> <OtherUnitFeeValue>4</OtherUnitFeeValue> <OwnerName>sample string 23</OwnerName> <OwnerNumber>sample string 10</OwnerNumber> <ReadyAuction>true</ReadyAuction> <RefUnitId>5</RefUnitId> <SoldDate>2026-09-17T14:43:54.343234+00:00</SoldDate> <SoldPrice>27</SoldPrice> <UnitGrade>sample string 11</UnitGrade> <UnitKeyFinder>sample string 7</UnitKeyFinder> <UnitName>sample string 8</UnitName> <UnitType>sample string 25</UnitType> <UnitTypeDesc>sample string 26</UnitTypeDesc> <WarehouseCode>sample string 9</WarehouseCode> <WarehouseName>sample string 24</WarehouseName> </OtherUnitFeeDTO>