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": "6066d7ba-3809-4ddc-9f1f-53beb4da5809"
}
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>6066d7ba-3809-4ddc-9f1f-53beb4da5809</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsform>
application/x-www-form-urlencoded
Sample:
Sample not available.
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": "58325eed-e605-48e4-a172-7a8ffe88b859"
}
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>58325eed-e605-48e4-a172-7a8ffe88b859</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsformDisplay>