POST api/plates/create_allocate_test

Request Information

URI Parameters

None.

Body Parameters

CLSItemBase
NameDescriptionTypeAdditional information
PcrGroupId

integer

None.

Name

string

None.

TestId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "pcrGroupId": 1,
  "name": "sample string 1",
  "testId": 2
}

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.