POST api/itgexemplar/preparenew
Request Information
URI Parameters
None.
Body Parameters
Collection of KeyValue| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Value | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Value": "sample string 2"
},
{
"Id": 1,
"Value": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
<KeyValue>
<Id>1</Id>
<Value>sample string 2</Value>
</KeyValue>
</ArrayOfKeyValue>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ItgExemplar| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| AnfrageId | integer |
Required |
|
| ExemplarId | integer |
None. |
|
| EmpfaengerId | integer |
Required |
|
| VertragstypId | integer |
Required |
|
| Beginn | date |
Required |
|
| Ende | date |
None. |
|
| EingangBeginn | date |
Required |
|
| EingangEnde | date |
None. |
|
| BeginnStopp | date |
None. |
|
| EndeStopp | date |
None. |
|
| AnlassId | integer |
None. |
|
| BezahltBis | date |
None. |
|
| VorgaengerId | integer |
None. |
|
| Duplikat | integer |
Required |
|
| AboEmpfaengerId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "18b3ccdd-2485-4992-bb95-349d625d0b4a",
"AnfrageId": 3,
"ExemplarId": 1,
"EmpfaengerId": 4,
"VertragstypId": 5,
"Beginn": "2025-11-08T13:35:50.1199171+01:00",
"Ende": "2025-11-08T13:35:50.1199171+01:00",
"EingangBeginn": "2025-11-08T13:35:50.1199171+01:00",
"EingangEnde": "2025-11-08T13:35:50.1199171+01:00",
"BeginnStopp": "2025-11-08T13:35:50.1199171+01:00",
"EndeStopp": "2025-11-08T13:35:50.1199171+01:00",
"AnlassId": 1,
"BezahltBis": "2025-11-08T13:35:50.1199171+01:00",
"VorgaengerId": 1,
"Duplikat": 8,
"AboEmpfaengerId": 1
}
application/xml, text/xml
Sample:
<ItgExemplar xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models"> <AboEmpfaengerId>1</AboEmpfaengerId> <AnfrageId>3</AnfrageId> <AnlassId>1</AnlassId> <Beginn>2025-11-08T13:35:50.1199171+01:00</Beginn> <BeginnStopp>2025-11-08T13:35:50.1199171+01:00</BeginnStopp> <BezahltBis>2025-11-08T13:35:50.1199171+01:00</BezahltBis> <Duplikat>8</Duplikat> <EingangBeginn>2025-11-08T13:35:50.1199171+01:00</EingangBeginn> <EingangEnde>2025-11-08T13:35:50.1199171+01:00</EingangEnde> <EmpfaengerId>4</EmpfaengerId> <Ende>2025-11-08T13:35:50.1199171+01:00</Ende> <EndeStopp>2025-11-08T13:35:50.1199171+01:00</EndeStopp> <ExemplarId>1</ExemplarId> <Id>1</Id> <RowGuid>18b3ccdd-2485-4992-bb95-349d625d0b4a</RowGuid> <VertragstypId>5</VertragstypId> <VorgaengerId>1</VorgaengerId> </ItgExemplar>