POST api/krnorg2org/insert
Request Information
URI Parameters
None.
Body Parameters
KrnOrg2Org| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| BeziehungstypId | integer |
Required |
|
| OrganisationId1 | integer |
Required |
|
| OrganisationId2 | integer |
Required |
|
| Bemerkung | string |
None. |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"BeziehungstypId": 2,
"OrganisationId1": 3,
"OrganisationId2": 4,
"Bemerkung": "sample string 5",
"Beginn": "2025-12-19T05:25:34.4869011+01:00",
"Ende": "2025-12-19T05:25:34.4869011+01:00",
"RowGuid": "178d16c1-0625-46c0-9d8f-0e2b67d8ff0d"
}
application/xml, text/xml
Sample:
<KrnOrg2Org xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2025-12-19T05:25:34.4869011+01:00</Beginn> <Bemerkung>sample string 5</Bemerkung> <BeziehungstypId>2</BeziehungstypId> <Ende>2025-12-19T05:25:34.4869011+01:00</Ende> <Id>1</Id> <OrganisationId1>3</OrganisationId1> <OrganisationId2>4</OrganisationId2> <RowGuid>178d16c1-0625-46c0-9d8f-0e2b67d8ff0d</RowGuid> </KrnOrg2Org>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnOrg2OrgDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| BeziehungstypIdDisplay | string |
None. |
|
| OrganisationId1Display | string |
None. |
|
| OrganisationId2Display | string |
None. |
|
| Id | integer |
Required |
|
| BeziehungstypId | integer |
Required |
|
| OrganisationId1 | integer |
Required |
|
| OrganisationId2 | integer |
Required |
|
| Bemerkung | string |
None. |
|
| Beginn | date |
None. |
|
| Ende | date |
None. |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"BeziehungstypIdDisplay": "sample string 1",
"OrganisationId1Display": "sample string 2",
"OrganisationId2Display": "sample string 3",
"Id": 4,
"BeziehungstypId": 5,
"OrganisationId1": 6,
"OrganisationId2": 7,
"Bemerkung": "sample string 8",
"Beginn": "2025-12-19T05:25:34.4934936+01:00",
"Ende": "2025-12-19T05:25:34.4934936+01:00",
"RowGuid": "0ab224f4-d7f4-438f-b417-cadf0145c63c"
}
application/xml, text/xml
Sample:
<KrnOrg2OrgDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beginn>2025-12-19T05:25:34.4934936+01:00</Beginn> <Bemerkung>sample string 8</Bemerkung> <BeziehungstypId>5</BeziehungstypId> <Ende>2025-12-19T05:25:34.4934936+01:00</Ende> <Id>4</Id> <OrganisationId1>6</OrganisationId1> <OrganisationId2>7</OrganisationId2> <RowGuid>0ab224f4-d7f4-438f-b417-cadf0145c63c</RowGuid> <BeziehungstypIdDisplay>sample string 1</BeziehungstypIdDisplay> <OrganisationId1Display>sample string 2</OrganisationId1Display> <OrganisationId2Display>sample string 3</OrganisationId2Display> </KrnOrg2OrgDisplay>