POST api/Dyntaxas

Request Information

URI Parameters

None.

Body Parameters

Dyntaxa
NameDescriptionTypeAdditional information
id

integer

None.

category

string

None.

scientificName

string

None.

auctor

string

None.

swedishName

string

None.

Svensk_förekomst

string

None.

Svensk_invandringshistoria

string

None.

t_TaxaId

integer

None.

t_Rank

string

None.

t_Biotop

integer

None.

t_Svensk

boolean

None.

t_Sporadisk

boolean

None.

t_Skal

boolean

None.

t_Inomhus

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "category": "sample string 2",
  "scientificName": "sample string 3",
  "auctor": "sample string 4",
  "swedishName": "sample string 5",
  "Svensk_förekomst": "sample string 6",
  "Svensk_invandringshistoria": "sample string 7",
  "t_TaxaId": 1,
  "t_Rank": "sample string 8",
  "t_Biotop": 1,
  "t_Svensk": true,
  "t_Sporadisk": true,
  "t_Skal": true,
  "t_Inomhus": true
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Dyntaxa
NameDescriptionTypeAdditional information
id

integer

None.

category

string

None.

scientificName

string

None.

auctor

string

None.

swedishName

string

None.

Svensk_förekomst

string

None.

Svensk_invandringshistoria

string

None.

t_TaxaId

integer

None.

t_Rank

string

None.

t_Biotop

integer

None.

t_Svensk

boolean

None.

t_Sporadisk

boolean

None.

t_Skal

boolean

None.

t_Inomhus

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "category": "sample string 2",
  "scientificName": "sample string 3",
  "auctor": "sample string 4",
  "swedishName": "sample string 5",
  "Svensk_förekomst": "sample string 6",
  "Svensk_invandringshistoria": "sample string 7",
  "t_TaxaId": 1,
  "t_Rank": "sample string 8",
  "t_Biotop": 1,
  "t_Svensk": true,
  "t_Sporadisk": true,
  "t_Skal": true,
  "t_Inomhus": true
}