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": "7c1ceac6-c88f-4195-8f77-6dba69127c73", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "1e9015ef-7051-4804-bf2a-0b26078a980c" }, { "Id": "7c1ceac6-c88f-4195-8f77-6dba69127c73", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "1e9015ef-7051-4804-bf2a-0b26078a980c" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.