POST api/LabOrder/SaveMany/OrderPost
Request Information
URI Parameters
None.
Body Parameters
Collection of OrderPost| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| IntegrationId | integer |
None. |
|
| LabTestId | string |
None. |
|
| AccountId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": "67626553-f8d0-479d-988d-6efc2c1566b6",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "2684cd4f-3997-4561-9c58-34a05ac46f3b"
},
{
"Id": "67626553-f8d0-479d-988d-6efc2c1566b6",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "2684cd4f-3997-4561-9c58-34a05ac46f3b"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.