GET api/v1/OptionTypeValueLimits/{optionType}/{optionTypeValue}/{fsFacilityId}
Get a list of OptionTypeValueLimitsmodel
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| optionType | string |
Required |
|
| optionTypeValue | string |
Required |
|
| fsFacilityId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
OptionTypeValueLimitModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OptionTypeValueLimitID | integer |
Required |
|
| FsFacilityID | integer |
Required |
|
| FsDeptId | integer |
None. |
|
| OptionTypeValueID | integer |
None. |
|
| MinValue | decimal number |
None. |
|
| MaxValue | decimal number |
None. |
|
| Threshold | decimal number |
None. |
|
| FsDept | FsDeptModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.