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": "b3a7534e-72a9-4c13-b532-4caa0d88bdd2"
}
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>b3a7534e-72a9-4c13-b532-4caa0d88bdd2</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": "48ebb929-60d5-4035-a1a0-4fecae7d9b25"
}
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>48ebb929-60d5-4035-a1a0-4fecae7d9b25</RowGuid> <Sichtbar>true</Sichtbar> </KrnOrganisationsformDisplay>