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": "f383e466-66c0-4d22-a2f3-1100a799c85e", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "a831466b-8668-4eb0-84d4-66eb94ee261f" }, { "Id": "f383e466-66c0-4d22-a2f3-1100a799c85e", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "a831466b-8668-4eb0-84d4-66eb94ee261f" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.