POST api/verressangebot/insert
Request Information
URI Parameters
None.
Body Parameters
VerRessAngebot| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| RessourceId | integer |
Required |
|
| Bezeichnung | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "dfacc18a-a778-4e0e-9b01-c4ecaaf83cd2",
"VeranstaltungId": 3,
"RessourceId": 4,
"Bezeichnung": "sample string 5"
}
application/xml, text/xml
Sample:
<VerRessAngebot xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Id>1</Id> <RessourceId>4</RessourceId> <RowGuid>dfacc18a-a778-4e0e-9b01-c4ecaaf83cd2</RowGuid> <VeranstaltungId>3</VeranstaltungId> </VerRessAngebot>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
VerRessAngebotDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| RessourceIdDisplay | string |
None. |
|
| VeranstaltungIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| VeranstaltungId | integer |
Required |
|
| RessourceId | integer |
Required |
|
| Bezeichnung | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RessourceIdDisplay": "sample string 1",
"VeranstaltungIdDisplay": "sample string 2",
"Id": 3,
"RowGuid": "a33b8205-e540-445f-b1dd-24a7df270b77",
"VeranstaltungId": 5,
"RessourceId": 6,
"Bezeichnung": "sample string 7"
}
application/xml, text/xml
Sample:
<VerRessAngebotDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 7</Bezeichnung> <Id>3</Id> <RessourceId>6</RessourceId> <RowGuid>a33b8205-e540-445f-b1dd-24a7df270b77</RowGuid> <VeranstaltungId>5</VeranstaltungId> <RessourceIdDisplay>sample string 1</RessourceIdDisplay> <VeranstaltungIdDisplay>sample string 2</VeranstaltungIdDisplay> </VerRessAngebotDisplay>