POST api/PumpFlow/GetListId
Request Information
URI Parameters
None.
Body Parameters
DesignPointModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FluidId | integer |
None. |
|
| CatalogId | integer |
None. |
|
| UnitSystem | integer |
None. |
|
| FLowUnit | integer |
None. |
|
| FlowValue | decimal number |
None. |
|
| HeadUnit | integer |
None. |
|
| HeadValue | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"FluidId": 1,
"CatalogId": 2,
"UnitSystem": 3,
"FLowUnit": 4,
"FlowValue": 5.1,
"HeadUnit": 6,
"HeadValue": 7.1
}
application/xml, text/xml
Sample:
<DesignPointModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Infor.Enhancements.Zoeller.Web.Model"> <CatalogId>2</CatalogId> <FLowUnit>4</FLowUnit> <FlowValue>5.1</FlowValue> <FluidId>1</FluidId> <HeadUnit>6</HeadUnit> <HeadValue>7.1</HeadValue> <UnitSystem>3</UnitSystem> </DesignPointModel>
application/x-www-form-urlencoded
Sample:
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. |