POST api/UnitMarketPrice/GetBySearchKeyList

Request Information

URI Parameters

None.

Body Parameters

UnitMarketPriceDTO
NameDescriptionTypeAdditional information
unitMarketPriceId

integer

None.

regionCode

string

None.

searchKey

string

None.

brand

string

None.

model

string

None.

type

string

None.

year

string

None.

grade

string

None.

price

decimal number

None.

dateOfPrice

date

None.

searchKeyList

Collection of string

None.

userRequestId

integer

None.

userRoleId

integer

None.

userOfficeId

integer

None.

timestamp

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "unitMarketPriceId": 1,
  "regionCode": "sample string 2",
  "searchKey": "sample string 3",
  "brand": "sample string 4",
  "model": "sample string 5",
  "type": "sample string 6",
  "year": "sample string 7",
  "grade": "sample string 8",
  "price": 9.0,
  "dateOfPrice": "2026-09-17T14:42:09.3223748+00:00",
  "searchKeyList": [
    "sample string 1",
    "sample string 2"
  ],
  "userRequestId": 11,
  "userRoleId": 12,
  "userOfficeId": 13,
  "timestamp": "QEA="
}

text/html

Sample:
{"unitMarketPriceId":1,"regionCode":"sample string 2","searchKey":"sample string 3","brand":"sample string 4","model":"sample string 5","type":"sample string 6","year":"sample string 7","grade":"sample string 8","price":9.0,"dateOfPrice":"2026-09-17T14:42:09.3223748+00:00","searchKeyList":["sample string 1","sample string 2"],"userRequestId":11,"userRoleId":12,"userOfficeId":13,"timestamp":"QEA="}

application/xml, text/xml

Sample:
<UnitMarketPriceDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Application.WebAPI.Models">
  <timestamp>QEA=</timestamp>
  <userOfficeId>13</userOfficeId>
  <userRequestId>11</userRequestId>
  <userRoleId>12</userRoleId>
  <brand>sample string 4</brand>
  <dateOfPrice>2026-09-17T14:42:09.3223748+00:00</dateOfPrice>
  <grade>sample string 8</grade>
  <model>sample string 5</model>
  <price>9</price>
  <regionCode>sample string 2</regionCode>
  <searchKey>sample string 3</searchKey>
  <searchKeyList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </searchKeyList>
  <type>sample string 6</type>
  <unitMarketPriceId>1</unitMarketPriceId>
  <year>sample string 7</year>
</UnitMarketPriceDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json, text/html

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />