POST api/vvwvertrag/delete
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "dffcd38a-8a7d-4d26-8b12-7c85e8de3d48",
"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:34:05.7908923+02:00",
"Bis": "2026-09-18T10:34:05.7908923+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:34:05.7908923+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>dffcd38a-8a7d-4d26-8b12-7c85e8de3d48</RowGuid> <Status>10</Status> <TypIOProdukt>1</TypIOProdukt> <TypVertragsart>7</TypVertragsart> <Von>2026-09-18T10:34:05.7908923+02:00</Von> <VorlageKuendigung>5</VorlageKuendigung> <VorlageLaufzeit>4</VorlageLaufzeit> <VorlageZahlungsweise>6</VorlageZahlungsweise> <Weburl>sample string 18</Weburl> </VvwVertrag>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>