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": "f51449d4-c7a1-4325-ac16-01c176803f1e",
"AnfrageId": 3,
"OrganisationId": 4,
"ErhebungId": 5,
"Gemeinnuetzig": true,
"Freistellungsdatum": "2025-12-10T05:02:20.5904804+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>2025-12-10T05:02:20.5904804+01:00</Freistellungsdatum> <Gemeinnuetzig>true</Gemeinnuetzig> <Id>1</Id> <OrganisationId>4</OrganisationId> <Registergericht>sample string 8</Registergericht> <Registernummer>sample string 9</Registernummer> <RowGuid>f51449d4-c7a1-4325-ac16-01c176803f1e</RowGuid> <SoftwareId>1</SoftwareId> </ItgBestandsmeldung>
application/x-www-form-urlencoded
Sample:
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": "01098e0e-65de-4494-8b2e-8fd3edb1d920",
"AnfrageId": 7,
"OrganisationId": 8,
"ErhebungId": 9,
"Gemeinnuetzig": true,
"Freistellungsdatum": "2025-12-10T05:02:20.5904804+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>2025-12-10T05:02:20.5904804+01:00</Freistellungsdatum> <Gemeinnuetzig>true</Gemeinnuetzig> <Id>5</Id> <OrganisationId>8</OrganisationId> <Registergericht>sample string 12</Registergericht> <Registernummer>sample string 13</Registernummer> <RowGuid>01098e0e-65de-4494-8b2e-8fd3edb1d920</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>