POST api/LabOrder/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": "13307895-9f7c-4d4d-b341-b2330dddcc39", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "3a9b2b55-dc26-4d4e-93bc-6432ede0ed0e" }, { "Id": "13307895-9f7c-4d4d-b341-b2330dddcc39", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "3a9b2b55-dc26-4d4e-93bc-6432ede0ed0e" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.