POST api/aboanlass/update
Request Information
URI Parameters
None.
Body Parameters
AboAnlass| 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": "93bac199-6ce9-4510-9641-f43319e61fca"
}
application/xml, text/xml
Sample:
<AboAnlass 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>93bac199-6ce9-4510-9641-f43319e61fca</RowGuid> </AboAnlass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AboAnlassDisplay| 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": "46873a58-80f8-4255-9926-901090ea7dcf"
}
application/xml, text/xml
Sample:
<AboAnlassDisplay 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>46873a58-80f8-4255-9926-901090ea7dcf</RowGuid> </AboAnlassDisplay>