POST api/ksvmassnahmetyp/insert
Request Information
URI Parameters
None.
Body Parameters
KsvMassnahmetyp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Sichtbar | boolean |
Required |
|
| Berechnung | boolean |
Required |
|
| Kooperationstyp | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nummer": 2,
"Bezeichnung": "sample string 3",
"Sichtbar": true,
"Berechnung": true,
"Kooperationstyp": 6,
"RowGuid": "5e5657bd-ec55-42ea-adc7-dbc315d57b1d"
}
application/xml, text/xml
Sample:
<KsvMassnahmetyp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models"> <Berechnung>true</Berechnung> <Bezeichnung>sample string 3</Bezeichnung> <Id>1</Id> <Kooperationstyp>6</Kooperationstyp> <Nummer>2</Nummer> <RowGuid>5e5657bd-ec55-42ea-adc7-dbc315d57b1d</RowGuid> <Sichtbar>true</Sichtbar> </KsvMassnahmetyp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KsvMassnahmetypDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| KooperationstypDisplay | string |
None. |
|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Sichtbar | boolean |
Required |
|
| Berechnung | boolean |
Required |
|
| Kooperationstyp | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"KooperationstypDisplay": "sample string 1",
"Id": 2,
"Nummer": 3,
"Bezeichnung": "sample string 4",
"Sichtbar": true,
"Berechnung": true,
"Kooperationstyp": 7,
"RowGuid": "1278fe4a-ae9c-48f0-855b-c13dac3b1900"
}
application/xml, text/xml
Sample:
<KsvMassnahmetypDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models"> <Berechnung>true</Berechnung> <Bezeichnung>sample string 4</Bezeichnung> <Id>2</Id> <Kooperationstyp>7</Kooperationstyp> <Nummer>3</Nummer> <RowGuid>1278fe4a-ae9c-48f0-855b-c13dac3b1900</RowGuid> <Sichtbar>true</Sichtbar> <KooperationstypDisplay>sample string 1</KooperationstypDisplay> </KsvMassnahmetypDisplay>