POST api/verteilnehmerdokumente/update
Request Information
URI Parameters
None.
Body Parameters
VerTeilnehmerDokumente| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
None. |
|
| Erstellung | date |
Required |
|
| Bezeichnung | string |
None. |
|
| MimeTyp | string |
None. |
|
| Dokument | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "aa698e3e-b77f-4f70-a1de-ad7fd3b40298",
"TeilnehmerId": 1,
"Erstellung": "2026-04-25T11:54:54.9237392+02:00",
"Bezeichnung": "sample string 4",
"MimeTyp": "sample string 5",
"Dokument": "sample string 6"
}
application/xml, text/xml
Sample:
<VerTeilnehmerDokumente xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 4</Bezeichnung> <Dokument>sample string 6</Dokument> <Erstellung>2026-04-25T11:54:54.9237392+02:00</Erstellung> <Id>1</Id> <MimeTyp>sample string 5</MimeTyp> <RowGuid>aa698e3e-b77f-4f70-a1de-ad7fd3b40298</RowGuid> <TeilnehmerId>1</TeilnehmerId> </VerTeilnehmerDokumente>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VerTeilnehmerDokumenteDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| TeilnehmerIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| TeilnehmerId | integer |
None. |
|
| Erstellung | date |
Required |
|
| Bezeichnung | string |
None. |
|
| MimeTyp | string |
None. |
|
| Dokument | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TeilnehmerIdDisplay": "sample string 1",
"Id": 2,
"RowGuid": "d35ae3be-4182-449f-82b1-5e39ed1b6af5",
"TeilnehmerId": 1,
"Erstellung": "2026-04-25T11:54:54.9237392+02:00",
"Bezeichnung": "sample string 5",
"MimeTyp": "sample string 6",
"Dokument": "sample string 7"
}
application/xml, text/xml
Sample:
<VerTeilnehmerDokumenteDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Dokument>sample string 7</Dokument> <Erstellung>2026-04-25T11:54:54.9237392+02:00</Erstellung> <Id>2</Id> <MimeTyp>sample string 6</MimeTyp> <RowGuid>d35ae3be-4182-449f-82b1-5e39ed1b6af5</RowGuid> <TeilnehmerId>1</TeilnehmerId> <TeilnehmerIdDisplay>sample string 1</TeilnehmerIdDisplay> </VerTeilnehmerDokumenteDisplay>