POST api/bstmeldung/insert
Request Information
URI Parameters
None.
Body Parameters
BstMeldung| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| OrganisationId | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Eingang | date |
None. |
|
| Erfassung | date |
None. |
|
| Komplett | date |
None. |
|
| Plausibel | date |
None. |
|
| Memo | string |
None. |
|
| SoftwareId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "55612172-06be-42f2-bf60-4c25a8cfb541",
"OrganisationId": 3,
"ErhebungId": 4,
"Eingang": "2026-09-18T10:46:52.9397709+02:00",
"Erfassung": "2026-09-18T10:46:52.9397709+02:00",
"Komplett": "2026-09-18T10:46:52.9397709+02:00",
"Plausibel": "2026-09-18T10:46:52.9397709+02:00",
"Memo": "sample string 5",
"SoftwareId": 1
}
application/xml, text/xml
Sample:
<BstMeldung xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models"> <Eingang>2026-09-18T10:46:52.9397709+02:00</Eingang> <Erfassung>2026-09-18T10:46:52.9397709+02:00</Erfassung> <ErhebungId>4</ErhebungId> <Id>1</Id> <Komplett>2026-09-18T10:46:52.9397709+02:00</Komplett> <Memo>sample string 5</Memo> <OrganisationId>3</OrganisationId> <Plausibel>2026-09-18T10:46:52.9397709+02:00</Plausibel> <RowGuid>55612172-06be-42f2-bf60-4c25a8cfb541</RowGuid> <SoftwareId>1</SoftwareId> </BstMeldung>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BstMeldungDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ErhebungIdDisplay | string |
None. |
|
| SoftwareIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| DisplayGesamtmitgliederzahl | string |
None. |
|
| AppTags | Collection of AppTagDisplay |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| OrganisationId | integer |
Required |
|
| ErhebungId | integer |
Required |
|
| Eingang | date |
None. |
|
| Erfassung | date |
None. |
|
| Komplett | date |
None. |
|
| Plausibel | date |
None. |
|
| Memo | string |
None. |
|
| SoftwareId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ErhebungIdDisplay": "sample string 1",
"SoftwareIdDisplay": "sample string 2",
"OrganisationIdDisplay": "sample string 3",
"DisplayGesamtmitgliederzahl": "sample string 4",
"AppTags": [
{
"DisplayField": "sample string 1",
"Id": 2,
"RowGuid": "7e83af18-4764-42b3-8aa3-4ee925f09aff",
"Name": "sample string 4",
"Abbreviation": "sample string 5",
"Color": "sample string 6",
"Icon": "sample string 7",
"Description": "sample string 8",
"Active": 9
},
{
"DisplayField": "sample string 1",
"Id": 2,
"RowGuid": "7e83af18-4764-42b3-8aa3-4ee925f09aff",
"Name": "sample string 4",
"Abbreviation": "sample string 5",
"Color": "sample string 6",
"Icon": "sample string 7",
"Description": "sample string 8",
"Active": 9
}
],
"Id": 5,
"RowGuid": "9cf39590-f4d3-457f-a0a7-47d038934e53",
"OrganisationId": 7,
"ErhebungId": 8,
"Eingang": "2026-09-18T10:46:52.9407719+02:00",
"Erfassung": "2026-09-18T10:46:52.9407719+02:00",
"Komplett": "2026-09-18T10:46:52.9407719+02:00",
"Plausibel": "2026-09-18T10:46:52.9407719+02:00",
"Memo": "sample string 9",
"SoftwareId": 1
}
application/xml, text/xml
Sample:
<BstMeldungDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
<Eingang>2026-09-18T10:46:52.9407719+02:00</Eingang>
<Erfassung>2026-09-18T10:46:52.9407719+02:00</Erfassung>
<ErhebungId>8</ErhebungId>
<Id>5</Id>
<Komplett>2026-09-18T10:46:52.9407719+02:00</Komplett>
<Memo>sample string 9</Memo>
<OrganisationId>7</OrganisationId>
<Plausibel>2026-09-18T10:46:52.9407719+02:00</Plausibel>
<RowGuid>9cf39590-f4d3-457f-a0a7-47d038934e53</RowGuid>
<SoftwareId>1</SoftwareId>
<AppTags xmlns:d2p1="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<d2p1:AppTagDisplay>
<d2p1:Abbreviation>sample string 5</d2p1:Abbreviation>
<d2p1:Active>9</d2p1:Active>
<d2p1:Color>sample string 6</d2p1:Color>
<d2p1:Description>sample string 8</d2p1:Description>
<d2p1:Icon>sample string 7</d2p1:Icon>
<d2p1:Id>2</d2p1:Id>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:RowGuid>7e83af18-4764-42b3-8aa3-4ee925f09aff</d2p1:RowGuid>
<d2p1:DisplayField>sample string 1</d2p1:DisplayField>
</d2p1:AppTagDisplay>
<d2p1:AppTagDisplay>
<d2p1:Abbreviation>sample string 5</d2p1:Abbreviation>
<d2p1:Active>9</d2p1:Active>
<d2p1:Color>sample string 6</d2p1:Color>
<d2p1:Description>sample string 8</d2p1:Description>
<d2p1:Icon>sample string 7</d2p1:Icon>
<d2p1:Id>2</d2p1:Id>
<d2p1:Name>sample string 4</d2p1:Name>
<d2p1:RowGuid>7e83af18-4764-42b3-8aa3-4ee925f09aff</d2p1:RowGuid>
<d2p1:DisplayField>sample string 1</d2p1:DisplayField>
</d2p1:AppTagDisplay>
</AppTags>
<DisplayGesamtmitgliederzahl>sample string 4</DisplayGesamtmitgliederzahl>
<ErhebungIdDisplay>sample string 1</ErhebungIdDisplay>
<OrganisationIdDisplay>sample string 3</OrganisationIdDisplay>
<SoftwareIdDisplay>sample string 2</SoftwareIdDisplay>
</BstMeldungDisplay>