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": "ccff4321-4ad9-4760-86a9-cdc5d30c1e6b",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "e3e91381-3831-4d73-aaa0-f64f46d49327"
},
{
"Id": "ccff4321-4ad9-4760-86a9-cdc5d30c1e6b",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "e3e91381-3831-4d73-aaa0-f64f46d49327"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.