POST api/v2/MapaLabsSamples/{mapaLabsSampleId}/Copies
Request
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| mapaLabsSampleId | integer |
Required |
Body Parameters
CopyMapaLabsSample| Name | Description | Type | Additional information |
|---|---|---|---|
| Quantity | integer |
Request Formats
application/json, text/json
Sample:
{
"Quantity": 1
}
text/html
Sample:
{"Quantity":1}
Response
CopyMapaLabsSampleResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| MapaLabsSampleIds | Collection of integer |
Response Format
application/json, text/json
Sample:
{
"MapaLabsSampleIds": [
1,
2
]
}
text/html
Sample:
{"MapaLabsSampleIds":[1,2]}