POST api/LabResult
Request Information
URI Parameters
None.
Body Parameters
Collection of LabResultUpdateModelName | 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": "052b2a6a-2ee8-4865-b4a0-de317e1a26e0", "LabTestItemId": "211a1095-37a5-4ee8-a222-35babbed9c10", "ResultValue": "sample string 3", "Note": "sample string 4" }, { "LabOrderDetailId": "052b2a6a-2ee8-4865-b4a0-de317e1a26e0", "LabTestItemId": "211a1095-37a5-4ee8-a222-35babbed9c10", "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.