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": "1ab4a16e-01a7-4ba7-b8bb-a686cfeacd42",
"LabTestItemId": "f54abf69-4bc3-44b3-9e9d-9227f59f5a65",
"ResultValue": "sample string 3",
"Note": "sample string 4"
},
{
"LabOrderDetailId": "1ab4a16e-01a7-4ba7-b8bb-a686cfeacd42",
"LabTestItemId": "f54abf69-4bc3-44b3-9e9d-9227f59f5a65",
"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.