POST api/v2/samples/UpdateSamplesCopySampleTemplate
Request
URI Parameters
Body Parameters
UpdateSamplesCopySampleTemplateParamsName | Description | Type | Additional information |
---|---|---|---|
samples | Collection of UpdateSamplesCopySampleTemplateSampleParams | ||
copySampleIdentification | boolean | ||
KeepCompletedAnalyzes | boolean |
Request Formats
application/json, text/json
Sample:
{ "samples": [ { "SampleId": 1, "ReferenceOrTemplateSampleId": 2 }, { "SampleId": 1, "ReferenceOrTemplateSampleId": 2 } ], "copySampleIdentification": true, "KeepCompletedAnalyzes": true }
text/html
Sample:
{"samples":[{"SampleId":1,"ReferenceOrTemplateSampleId":2},{"SampleId":1,"ReferenceOrTemplateSampleId":2}],"copySampleIdentification":true,"KeepCompletedAnalyzes":true}
Response
IHttpActionResultResponse Format
application/json, text/json, text/html
Sample:
Sample not available.