POST api/bstmeldung/update
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": "49dfe63b-3cb7-4b1e-9435-8d04a37ad190",
"OrganisationId": 3,
"ErhebungId": 4,
"Eingang": "2026-01-25T23:04:54.4006544+01:00",
"Erfassung": "2026-01-25T23:04:54.4006544+01:00",
"Komplett": "2026-01-25T23:04:54.4006544+01:00",
"Plausibel": "2026-01-25T23:04:54.4006544+01: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-01-25T23:04:54.4006544+01:00</Eingang> <Erfassung>2026-01-25T23:04:54.4006544+01:00</Erfassung> <ErhebungId>4</ErhebungId> <Id>1</Id> <Komplett>2026-01-25T23:04:54.4006544+01:00</Komplett> <Memo>sample string 5</Memo> <OrganisationId>3</OrganisationId> <Plausibel>2026-01-25T23:04:54.4006544+01:00</Plausibel> <RowGuid>49dfe63b-3cb7-4b1e-9435-8d04a37ad190</RowGuid> <SoftwareId>1</SoftwareId> </BstMeldung>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BstMeldungDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ErhebungIdDisplay | string |
None. |
|
| SoftwareIdDisplay | string |
None. |
|
| OrganisationIdDisplay | string |
None. |
|
| DisplayGesamtmitgliederzahl | string |
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",
"Id": 5,
"RowGuid": "d8d90e0e-08d7-4c34-85dc-ceb4c3f55b56",
"OrganisationId": 7,
"ErhebungId": 8,
"Eingang": "2026-01-25T23:04:54.4016506+01:00",
"Erfassung": "2026-01-25T23:04:54.4016506+01:00",
"Komplett": "2026-01-25T23:04:54.4016506+01:00",
"Plausibel": "2026-01-25T23:04:54.4016506+01: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-01-25T23:04:54.4016506+01:00</Eingang> <Erfassung>2026-01-25T23:04:54.4016506+01:00</Erfassung> <ErhebungId>8</ErhebungId> <Id>5</Id> <Komplett>2026-01-25T23:04:54.4016506+01:00</Komplett> <Memo>sample string 9</Memo> <OrganisationId>7</OrganisationId> <Plausibel>2026-01-25T23:04:54.4016506+01:00</Plausibel> <RowGuid>d8d90e0e-08d7-4c34-85dc-ceb4c3f55b56</RowGuid> <SoftwareId>1</SoftwareId> <DisplayGesamtmitgliederzahl>sample string 4</DisplayGesamtmitgliederzahl> <ErhebungIdDisplay>sample string 1</ErhebungIdDisplay> <OrganisationIdDisplay>sample string 3</OrganisationIdDisplay> <SoftwareIdDisplay>sample string 2</SoftwareIdDisplay> </BstMeldungDisplay>