POST api/{version}/IVDiagno/QueryComponentDataByBrandModel

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ComponentDataRequest
NameDescriptionTypeAdditional information
Model

string

None.

Brand

string

None.

OwnerId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "model": "sample string 1",
  "brand": "sample string 2",
  "ownerId": "sample string 3"
}

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.