POST api/vvwvertrag/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:
Sample not available.
Response Information
Resource Description
VvwVertrag| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| KrnOrganisationKundeId | integer |
Required |
|
| KrnPersonId | integer |
None. |
|
| HauptvertragId | integer |
None. |
|
| VorlageLaufzeit | integer |
Required |
|
| VorlageKuendigung | integer |
Required |
|
| VorlageZahlungsweise | integer |
Required |
|
| TypVertragsart | integer |
Required |
|
| Kennung | string |
None. |
|
| Gegenstand | string |
None. |
|
| Status | integer |
Required |
|
| Von | date |
Required |
|
| Bis | date |
Required |
|
| Betrag | decimal number |
Required |
|
| Info | string |
None. |
|
| CRMLink | string |
None. |
|
| CRMId | integer |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Weburl | string |
None. |
|
| TypIOProdukt | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "83bff9ab-0fd5-45a5-8dc2-3ffd0a8f1670",
"KrnOrganisationKundeId": 3,
"KrnPersonId": 1,
"HauptvertragId": 1,
"VorlageLaufzeit": 4,
"VorlageKuendigung": 5,
"VorlageZahlungsweise": 6,
"TypVertragsart": 7,
"Kennung": "sample string 8",
"Gegenstand": "sample string 9",
"Status": 10,
"Von": "2026-09-18T10:40:32.8588735+02:00",
"Bis": "2026-09-18T10:40:32.8588735+02:00",
"Betrag": 13.0,
"Info": "sample string 14",
"CRMLink": "sample string 15",
"CRMId": 1,
"Custom1": "sample string 16",
"Custom2": "sample string 17",
"Weburl": "sample string 18",
"TypIOProdukt": 1
}
application/xml, text/xml
Sample:
<VvwVertrag xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Vvw.Models"> <Betrag>13</Betrag> <Bis>2026-09-18T10:40:32.8588735+02:00</Bis> <CRMId>1</CRMId> <CRMLink>sample string 15</CRMLink> <Custom1>sample string 16</Custom1> <Custom2>sample string 17</Custom2> <Gegenstand>sample string 9</Gegenstand> <HauptvertragId>1</HauptvertragId> <Id>1</Id> <Info>sample string 14</Info> <Kennung>sample string 8</Kennung> <KrnOrganisationKundeId>3</KrnOrganisationKundeId> <KrnPersonId>1</KrnPersonId> <RowGuid>83bff9ab-0fd5-45a5-8dc2-3ffd0a8f1670</RowGuid> <Status>10</Status> <TypIOProdukt>1</TypIOProdukt> <TypVertragsart>7</TypVertragsart> <Von>2026-09-18T10:40:32.8588735+02:00</Von> <VorlageKuendigung>5</VorlageKuendigung> <VorlageLaufzeit>4</VorlageLaufzeit> <VorlageZahlungsweise>6</VorlageZahlungsweise> <Weburl>sample string 18</Weburl> </VvwVertrag>