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": "1e4d1a2c-29e1-4a1f-bcba-a88ca71344bd"
}
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>1e4d1a2c-29e1-4a1f-bcba-a88ca71344bd</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": "4271b4dc-04ff-498f-ab8f-d3b5a269c263"
}
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>4271b4dc-04ff-498f-ab8f-d3b5a269c263</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsformDisplay>