POST api/krnorganisationsform/insert
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": "2c725acf-62f4-4e48-9957-b7a5d2649aaa"
}
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>2c725acf-62f4-4e48-9957-b7a5d2649aaa</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": "effb7145-4112-4cf5-9cb2-91961c984331"
}
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>effb7145-4112-4cf5-9cb2-91961c984331</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsformDisplay>