PUT api/TestRange/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
TestRange| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| LabTestId | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| AgeLimit | string |
None. |
|
| AgeFrom | integer |
None. |
|
| AgeTo | integer |
None. |
|
| AgeValue | string |
None. |
|
| RangeLimit | string |
None. |
|
| RangeFrom | decimal number |
None. |
|
| RangeTo | decimal number |
None. |
|
| StatusId | integer |
None. |
|
| Range | boolean |
None. |
|
| Status | Status |
None. |
|
| LabTest | LabTest |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| Modified | Member |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.