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": "979d2bfc-8f7b-45f1-a29c-0396f05aab37",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "d1a50766-a11e-4d91-931a-05a973d01969"
},
{
"Id": "979d2bfc-8f7b-45f1-a29c-0396f05aab37",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "d1a50766-a11e-4d91-931a-05a973d01969"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.