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": "0cf2e409-f54a-4ad2-aeb3-5a9e0d0796db", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "e504a7f6-6348-49d6-b41b-8f91336bb1e7" }, { "Id": "0cf2e409-f54a-4ad2-aeb3-5a9e0d0796db", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "e504a7f6-6348-49d6-b41b-8f91336bb1e7" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.