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": "2b019dd6-29d8-4494-bed2-0c94e83182b6"
}
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>2b019dd6-29d8-4494-bed2-0c94e83182b6</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": "3b7a603e-db00-49c7-b19f-7fc4387a7f1d"
}
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>3b7a603e-db00-49c7-b19f-7fc4387a7f1d</RowGuid> </AboAnlassDisplay>