POST api/greteilnahmestatus/update
Request Information
URI Parameters
None.
Body Parameters
GreTeilnahmeStatus| 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": "fd0f48be-54aa-4284-8330-cbe19bca716b"
}
application/xml, text/xml
Sample:
<GreTeilnahmeStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>fd0f48be-54aa-4284-8330-cbe19bca716b</RowGuid> </GreTeilnahmeStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GreTeilnahmeStatusDisplay| 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": "c0ab1983-929e-4e6e-a618-d691932329b2"
}
application/xml, text/xml
Sample:
<GreTeilnahmeStatusDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Gre.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>c0ab1983-929e-4e6e-a618-d691932329b2</RowGuid> </GreTeilnahmeStatusDisplay>