POST api/verressangebot/update
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": "ed14b14a-bec4-4e0a-a114-3de82c4796f6",
"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>ed14b14a-bec4-4e0a-a114-3de82c4796f6</RowGuid> <VeranstaltungId>3</VeranstaltungId> </VerRessAngebot>
application/x-www-form-urlencoded
Sample:
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": "e56700b8-300a-4c34-9375-3d9f579cb1cf",
"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>e56700b8-300a-4c34-9375-3d9f579cb1cf</RowGuid> <VeranstaltungId>5</VeranstaltungId> <RessourceIdDisplay>sample string 1</RessourceIdDisplay> <VeranstaltungIdDisplay>sample string 2</VeranstaltungIdDisplay> </VerRessAngebotDisplay>