POST api/krnorganisationsform/update
Request Information
URI Parameters
None.
Body Parameters
KrnOrganisationsform| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Sichtbar | boolean |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"Sichtbar": true,
"RowGuid": "b483928a-7343-4a63-bbc0-b3c3876bfbe8"
}
application/xml, text/xml
Sample:
<KrnOrganisationsform xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>b483928a-7343-4a63-bbc0-b3c3876bfbe8</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsform>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnOrganisationsformDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Sichtbar | boolean |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Bezeichnung": "sample string 2",
"Sichtbar": true,
"RowGuid": "e366d675-9ee9-44c0-bd80-c01df3c85c8e"
}
application/xml, text/xml
Sample:
<KrnOrganisationsformDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 2</Bezeichnung> <Id>1</Id> <RowGuid>e366d675-9ee9-44c0-bd80-c01df3c85c8e</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsformDisplay>