POST api/aboturnus/update
Request Information
URI Parameters
None.
Body Parameters
AboTurnus| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "8b4a90f7-1a3e-4e93-8a4b-fbcb3bee67bc"
}
application/xml, text/xml
Sample:
<AboTurnus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>8b4a90f7-1a3e-4e93-8a4b-fbcb3bee67bc</RowGuid> </AboTurnus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AboTurnusDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"RowGuid": "820c3f3f-0b2b-4f22-a957-6e3a7648c397"
}
application/xml, text/xml
Sample:
<AboTurnusDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>820c3f3f-0b2b-4f22-a957-6e3a7648c397</RowGuid> </AboTurnusDisplay>