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": "ca1e5988-d249-48d1-a412-30e0b7ec2d74",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "96a1a0d0-9c56-4224-9e14-682094188d55"
},
{
"Id": "ca1e5988-d249-48d1-a412-30e0b7ec2d74",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "96a1a0d0-9c56-4224-9e14-682094188d55"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.