POST api/bstgruppe2sportart/insert

Request Information

URI Parameters

None.

Body Parameters

BstGruppe2Sportart
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

GruppeId

integer

Required

KrnSportartId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "645df734-21d2-4b3e-b90e-4fc2a6c6c471",
  "GruppeId": 3,
  "KrnSportartId": 4
}

application/xml, text/xml

Sample:
<BstGruppe2Sportart xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <GruppeId>3</GruppeId>
  <Id>1</Id>
  <KrnSportartId>4</KrnSportartId>
  <RowGuid>645df734-21d2-4b3e-b90e-4fc2a6c6c471</RowGuid>
</BstGruppe2Sportart>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BstGruppe2SportartDisplay
NameDescriptionTypeAdditional information
GruppeIdDisplay

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

GruppeId

integer

Required

KrnSportartId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "GruppeIdDisplay": "sample string 1",
  "Id": 2,
  "RowGuid": "3ef38075-9df4-42fb-9809-48e7fd508935",
  "GruppeId": 4,
  "KrnSportartId": 5
}

application/xml, text/xml

Sample:
<BstGruppe2SportartDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <GruppeId>4</GruppeId>
  <Id>2</Id>
  <KrnSportartId>5</KrnSportartId>
  <RowGuid>3ef38075-9df4-42fb-9809-48e7fd508935</RowGuid>
  <GruppeIdDisplay>sample string 1</GruppeIdDisplay>
</BstGruppe2SportartDisplay>