POST api/Radiology/SaveMany/OrderPost
Request Information
URI Parameters
None.
Body Parameters
Collection of OrderPostName | 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": "0fd3e512-07d1-4b99-913d-3bff13e316ad", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "39f8c7ba-15d8-4cd0-bc2f-363648dc6e70" }, { "Id": "0fd3e512-07d1-4b99-913d-3bff13e316ad", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "39f8c7ba-15d8-4cd0-bc2f-363648dc6e70" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.