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": "53241c0c-8ead-4c04-abac-588a5440d078",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "f691c1ae-5a29-418f-a7cd-2e3138b34186"
},
{
"Id": "53241c0c-8ead-4c04-abac-588a5440d078",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "f691c1ae-5a29-418f-a7cd-2e3138b34186"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.