POST api/LabResult
Request Information
URI Parameters
None.
Body Parameters
Collection of LabResultUpdateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| LabOrderDetailId | globally unique identifier |
None. |
|
| LabTestItemId | globally unique identifier |
None. |
|
| ResultValue | string |
None. |
|
| Note | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"LabOrderDetailId": "adf7a0a7-26f2-43cb-a5c4-609457205256",
"LabTestItemId": "6b79246b-e618-483d-b2b5-cd081e686ef7",
"ResultValue": "sample string 3",
"Note": "sample string 4"
},
{
"LabOrderDetailId": "adf7a0a7-26f2-43cb-a5c4-609457205256",
"LabTestItemId": "6b79246b-e618-483d-b2b5-cd081e686ef7",
"ResultValue": "sample string 3",
"Note": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.