POST Competitions/Test/Create

Request Information

URI Parameters

None.

Body Parameters

CreateTestCompetitionRequest
NameDescriptionTypeAdditional information
nom

string

None.

codesBateau

Collection of string

None.

noLicence

string

None.

challenge

boolean

None.

coId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "nom": "sample string 1",
  "codesBateau": [
    "sample string 1",
    "sample string 2"
  ],
  "noLicence": "sample string 2",
  "challenge": true,
  "coId": 1
}

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1