GET api/LabOrder/GetLabOrderPrint/{laborderid}/{accountid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| laborderid | globally unique identifier |
Required |
|
| accountid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": {},
"sample string 3": {}
}