POST api/OtherUnitFee/GetByUnitKeyFinders

Request Information

URI Parameters

None.

Body Parameters

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

text/html

Sample:
["sample string 1","sample string 2"]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of OtherUnitFeeDTO
NameDescriptionTypeAdditional 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:03.5176793+00:00",
    "IsSold": true,
    "OwnerName": "sample string 23",
    "WarehouseName": "sample string 24",
    "UnitType": "sample string 25",
    "UnitTypeDesc": "sample string 26",
    "SoldPrice": 27.0
  },
  {
    "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:03.5176793+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:03.5176793+00:00","IsSold":true,"OwnerName":"sample string 23","WarehouseName":"sample string 24","UnitType":"sample string 25","UnitTypeDesc":"sample string 26","SoldPrice":27.0},{"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:03.5176793+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:
<ArrayOfOtherUnitFeeDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">
  <OtherUnitFeeDTO>
    <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:03.5176793+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>
  <OtherUnitFeeDTO>
    <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:03.5176793+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>
</ArrayOfOtherUnitFeeDTO>