POST api/v2/BatchSample/LinkSample

Request

URI Parameters

Body Parameters

LinkSample
NameDescriptionTypeAdditional information
BatchId

integer

RelatedSampleIds

Collection of integer

Request Formats

application/json, text/json

Sample:
{
  "BatchId": 1,
  "RelatedSampleIds": [
    1,
    2
  ]
}

text/html

Sample:
{"BatchId":1,"RelatedSampleIds":[1,2]}

Response

IHttpActionResult

Response Format

application/json, text/json, text/html

Sample:

Sample not available.