POST api/{version}/IVDiagno/ExportComponentData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
ListComponentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Brand | string |
None. |
|
| Model | string |
None. |
|
| Type | string |
None. |
|
| OwnerId | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"brand": "sample string 1",
"model": "sample string 2",
"type": "sample string 3",
"ownerId": "sample string 4",
"pageIndex": 5,
"pageSize": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |