POST api/itgbestandsmeldung/insert
Request Information
URI Parameters
None.
Body Parameters
ItgBestandsmeldung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Gemeinnuetzig | boolean |
Required |
|
| Freistellungsdatum | date |
None. |
|
| Eingetragen | boolean |
Required |
|
| Registergericht | string |
None. |
|
| Registernummer | string |
None. |
|
| SoftwareId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "f56dd54b-64ec-4c79-9616-7bb8c821e30a",
"AnfrageId": 3,
"OrganisationId": 4,
"ErhebungId": 5,
"Gemeinnuetzig": true,
"Freistellungsdatum": "2026-01-20T23:00:17.4682464+01:00",
"Eingetragen": true,
"Registergericht": "sample string 8",
"Registernummer": "sample string 9",
"SoftwareId": 1
}
application/xml, text/xml
Sample:
<ItgBestandsmeldung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>3</AnfrageId> <Eingetragen>true</Eingetragen> <ErhebungId>5</ErhebungId> <Freistellungsdatum>2026-01-20T23:00:17.4682464+01:00</Freistellungsdatum> <Gemeinnuetzig>true</Gemeinnuetzig> <Id>1</Id> <OrganisationId>4</OrganisationId> <Registergericht>sample string 8</Registergericht> <Registernummer>sample string 9</Registernummer> <RowGuid>f56dd54b-64ec-4c79-9616-7bb8c821e30a</RowGuid> <SoftwareId>1</SoftwareId> </ItgBestandsmeldung>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ItgBestandsmeldungDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| AnfrageIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| ErhebungIdDisplay | string |
None. |
|
| SoftwareIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| OrganisationId | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Gemeinnuetzig | boolean |
Required |
|
| Freistellungsdatum | date |
None. |
|
| Eingetragen | boolean |
Required |
|
| Registergericht | string |
None. |
|
| Registernummer | string |
None. |
|
| SoftwareId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"AnfrageIdDisplay": "sample string 1",
"OrganisationIdDisplay": "sample string 2",
"ErhebungIdDisplay": "sample string 3",
"SoftwareIdDisplay": "sample string 4",
"Id": 5,
"RowGuid": "32f1e2b0-bf32-4a42-b4be-15365d5db0b5",
"AnfrageId": 7,
"OrganisationId": 8,
"ErhebungId": 9,
"Gemeinnuetzig": true,
"Freistellungsdatum": "2026-01-20T23:00:17.4762453+01:00",
"Eingetragen": true,
"Registergericht": "sample string 12",
"Registernummer": "sample string 13",
"SoftwareId": 1
}
application/xml, text/xml
Sample:
<ItgBestandsmeldungDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AnfrageId>7</AnfrageId> <Eingetragen>true</Eingetragen> <ErhebungId>9</ErhebungId> <Freistellungsdatum>2026-01-20T23:00:17.4762453+01:00</Freistellungsdatum> <Gemeinnuetzig>true</Gemeinnuetzig> <Id>5</Id> <OrganisationId>8</OrganisationId> <Registergericht>sample string 12</Registergericht> <Registernummer>sample string 13</Registernummer> <RowGuid>32f1e2b0-bf32-4a42-b4be-15365d5db0b5</RowGuid> <SoftwareId>1</SoftwareId> <AnfrageIdDisplay>sample string 1</AnfrageIdDisplay> <ErhebungIdDisplay>sample string 3</ErhebungIdDisplay> <OrganisationIdDisplay>sample string 2</OrganisationIdDisplay> <SoftwareIdDisplay>sample string 4</SoftwareIdDisplay> </ItgBestandsmeldungDisplay>