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": "f6dfbe9e-a047-4e6d-8268-942074ebc2eb",
"LabTestItemId": "bb3078c4-ddda-426f-bc53-a086a1626a55",
"ResultValue": "sample string 3",
"Note": "sample string 4"
},
{
"LabOrderDetailId": "f6dfbe9e-a047-4e6d-8268-942074ebc2eb",
"LabTestItemId": "bb3078c4-ddda-426f-bc53-a086a1626a55",
"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.