POST api/bstgruppe2sportart/insert
Request Information
URI Parameters
None.
Body Parameters
BstGruppe2Sportart| Name | Description | Type | Additional 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": "3e0ef19b-cdd6-4e56-8a79-b0c79e2db9ed",
"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>3e0ef19b-cdd6-4e56-8a79-b0c79e2db9ed</RowGuid> </BstGruppe2Sportart>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BstGruppe2SportartDisplay| Name | Description | Type | Additional 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": "076e2a04-a317-4b4a-b7e1-98929918c571",
"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>076e2a04-a317-4b4a-b7e1-98929918c571</RowGuid> <GruppeIdDisplay>sample string 1</GruppeIdDisplay> </BstGruppe2SportartDisplay>