POST api/abotermin/update
Request Information
URI Parameters
None.
Body Parameters
AboTermin| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| ProduktId | integer |
Required |
|
| Jahrgang | integer |
Required |
|
| Ausgabe | string |
None. |
|
| Redaktion | date |
Required |
|
| Export | date |
Required |
|
| Druck | date |
Required |
|
| Versand | date |
Required |
|
| Erscheinung | date |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProduktId": 2,
"Jahrgang": 3,
"Ausgabe": "sample string 4",
"Redaktion": "2025-11-08T13:35:11.986026+01:00",
"Export": "2025-11-08T13:35:11.986026+01:00",
"Druck": "2025-11-08T13:35:11.986026+01:00",
"Versand": "2025-11-08T13:35:11.986026+01:00",
"Erscheinung": "2025-11-08T13:35:11.986026+01:00",
"RowGuid": "aa486b56-85b8-471a-a472-98f6682cbda7"
}
application/xml, text/xml
Sample:
<AboTermin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Ausgabe>sample string 4</Ausgabe> <Druck>2025-11-08T13:35:11.986026+01:00</Druck> <Erscheinung>2025-11-08T13:35:11.986026+01:00</Erscheinung> <Export>2025-11-08T13:35:11.986026+01:00</Export> <Id>1</Id> <Jahrgang>3</Jahrgang> <ProduktId>2</ProduktId> <Redaktion>2025-11-08T13:35:11.986026+01:00</Redaktion> <RowGuid>aa486b56-85b8-471a-a472-98f6682cbda7</RowGuid> <Versand>2025-11-08T13:35:11.986026+01:00</Versand> </AboTermin>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AboTerminDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| ProduktIdDisplay | string |
None. |
|
| Id | integer |
Required |
|
| ProduktId | integer |
Required |
|
| Jahrgang | integer |
Required |
|
| Ausgabe | string |
None. |
|
| Redaktion | date |
Required |
|
| Export | date |
Required |
|
| Druck | date |
Required |
|
| Versand | date |
Required |
|
| Erscheinung | date |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"ProduktIdDisplay": "sample string 1",
"Id": 2,
"ProduktId": 3,
"Jahrgang": 4,
"Ausgabe": "sample string 5",
"Redaktion": "2025-11-08T13:35:11.991025+01:00",
"Export": "2025-11-08T13:35:11.991025+01:00",
"Druck": "2025-11-08T13:35:11.991025+01:00",
"Versand": "2025-11-08T13:35:11.991025+01:00",
"Erscheinung": "2025-11-08T13:35:11.991025+01:00",
"RowGuid": "502f4e0b-ad9d-411f-ba26-56557d8123ac"
}
application/xml, text/xml
Sample:
<AboTerminDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Abo.Models"> <Ausgabe>sample string 5</Ausgabe> <Druck>2025-11-08T13:35:11.991025+01:00</Druck> <Erscheinung>2025-11-08T13:35:11.991025+01:00</Erscheinung> <Export>2025-11-08T13:35:11.991025+01:00</Export> <Id>2</Id> <Jahrgang>4</Jahrgang> <ProduktId>3</ProduktId> <Redaktion>2025-11-08T13:35:11.991025+01:00</Redaktion> <RowGuid>502f4e0b-ad9d-411f-ba26-56557d8123ac</RowGuid> <Versand>2025-11-08T13:35:11.991025+01:00</Versand> <ProduktIdDisplay>sample string 1</ProduktIdDisplay> </AboTerminDisplay>