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": "94e5a8f7-8243-409d-9b36-b77bc67c9e8e",
"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>94e5a8f7-8243-409d-9b36-b77bc67c9e8e</RowGuid> <Standard>true</Standard> <VeranstaltungId>3</VeranstaltungId> </VerVeranstaltung2Gebuehr>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "5d13515f-bc3b-4959-ad21-cf67b7a7eb14",
"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>5d13515f-bc3b-4959-ad21-cf67b7a7eb14</RowGuid> <Standard>true</Standard> <VeranstaltungId>5</VeranstaltungId> <GebuehrIdDisplay>sample string 1</GebuehrIdDisplay> <Kategorie>None</Kategorie> <VeranstaltungIdDisplay>sample string 2</VeranstaltungIdDisplay> </VerVeranstaltung2GebuehrDisplay>