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": "dc00563f-0408-4570-8868-0a4d79d7235f",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "e4f142a9-8c2c-43bf-90f9-76ee8f6a1757"
},
{
"Id": "dc00563f-0408-4570-8868-0a4d79d7235f",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "e4f142a9-8c2c-43bf-90f9-76ee8f6a1757"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.