POST api/LabOrder/SaveMany/OrderPost

Request Information

URI Parameters

None.

Body Parameters

Collection of OrderPost
NameDescriptionTypeAdditional 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": "bce8e78b-eb21-4fd7-b3c6-04f2b47c1fbf",
    "IntegrationId": 1,
    "LabTestId": "sample string 2",
    "AccountId": "67fa9678-f68f-4fbf-aa59-e41eefc46a86"
  },
  {
    "Id": "bce8e78b-eb21-4fd7-b3c6-04f2b47c1fbf",
    "IntegrationId": 1,
    "LabTestId": "sample string 2",
    "AccountId": "67fa9678-f68f-4fbf-aa59-e41eefc46a86"
  }
]

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.