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": "7b75e81b-e170-46ae-b80c-67332b0be989", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "db6d37ec-f98e-4f19-80fc-3afd7be3e9e0" }, { "Id": "7b75e81b-e170-46ae-b80c-67332b0be989", "IntegrationId": 1, "LabTestId": "sample string 2", "AccountId": "db6d37ec-f98e-4f19-80fc-3afd7be3e9e0" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.