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": "5d4b0ffd-36d6-4f9a-9846-187e5529850a",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "70432645-82c4-411f-a315-d18b84ca054c"
},
{
"Id": "5d4b0ffd-36d6-4f9a-9846-187e5529850a",
"IntegrationId": 1,
"LabTestId": "sample string 2",
"AccountId": "70432645-82c4-411f-a315-d18b84ca054c"
}
]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.