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": "ee76057a-7096-4005-adb4-e7c6f89c138e",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "3f8b0270-5df0-4b7d-a1ce-21f65e8c8c3c"
},
{
"Id": "ee76057a-7096-4005-adb4-e7c6f89c138e",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "3f8b0270-5df0-4b7d-a1ce-21f65e8c8c3c"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.