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": "e8b2f85e-1941-4111-a8d4-86951ea1b83c",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "f0a56bce-6fca-4ec3-a9ec-872e4d35b163"
},
{
"Id": "e8b2f85e-1941-4111-a8d4-86951ea1b83c",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "f0a56bce-6fca-4ec3-a9ec-872e4d35b163"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.