POST api/Radiology/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": "366031e0-0b39-433c-a71e-b42c649de046",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "a99355cd-ae05-41df-a590-391a0382b5cd"
},
{
"Id": "366031e0-0b39-433c-a71e-b42c649de046",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "a99355cd-ae05-41df-a590-391a0382b5cd"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.