POST api/ververanstaltung2gebuehr/insert
Request Information
URI Parameters
None.
Body Parameters
VerVeranstaltung2Gebuehr| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| GebuehrId | integer |
Required |
|
| Standard | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "950a9814-cda0-4778-94b0-42084420fce1",
"VeranstaltungId": 3,
"GebuehrId": 4,
"Standard": true
}
application/xml, text/xml
Sample:
<VerVeranstaltung2Gebuehr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <GebuehrId>4</GebuehrId> <Id>1</Id> <RowGuid>950a9814-cda0-4778-94b0-42084420fce1</RowGuid> <Standard>true</Standard> <VeranstaltungId>3</VeranstaltungId> </VerVeranstaltung2Gebuehr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerVeranstaltung2GebuehrDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| GebuehrIdDisplay | string |
None. |
|
| VeranstaltungIdDisplay | string |
None. |
|
| Kategorie | KategorieEnum |
Required |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| GebuehrId | integer |
Required |
|
| Standard | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"GebuehrIdDisplay": "sample string 1",
"VeranstaltungIdDisplay": "sample string 2",
"Kategorie": 0,
"Id": 3,
"RowGuid": "e7fc010c-e977-49b7-b735-d69a30a2acb5",
"VeranstaltungId": 5,
"GebuehrId": 6,
"Standard": true
}
application/xml, text/xml
Sample:
<VerVeranstaltung2GebuehrDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <GebuehrId>6</GebuehrId> <Id>3</Id> <RowGuid>e7fc010c-e977-49b7-b735-d69a30a2acb5</RowGuid> <Standard>true</Standard> <VeranstaltungId>5</VeranstaltungId> <GebuehrIdDisplay>sample string 1</GebuehrIdDisplay> <Kategorie>None</Kategorie> <VeranstaltungIdDisplay>sample string 2</VeranstaltungIdDisplay> </VerVeranstaltung2GebuehrDisplay>