POST api/SearchModel

Request Information

URI Parameters

None.

Body Parameters

SearchModelRequest
NameDescriptionTypeAdditional information
UserIdx

string

None.

SearchText

string

None.

Kota

string

None.

MakeIdx

string

None.

ModelIdx

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserIdx": "sample string 1",
  "SearchText": "sample string 2",
  "Kota": "sample string 3",
  "MakeIdx": "sample string 4",
  "ModelIdx": "sample string 5"
}

application/xml, text/xml

Sample:
<SearchModelRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Kota>sample string 3</Kota>
  <MakeIdx>sample string 4</MakeIdx>
  <ModelIdx>sample string 5</ModelIdx>
  <SearchText>sample string 2</SearchText>
  <UserIdx>sample string 1</UserIdx>
</SearchModelRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.