POST api/krnmitgliedstyp/insert
Request Information
URI Parameters
None.
Body Parameters
KrnMitgliedstyp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Beitragspflicht | boolean |
Required |
|
| RowGuid | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nummer": 2,
"Bezeichnung": "sample string 3",
"Beitragspflicht": true,
"RowGuid": "ca52a1c9-8462-4e68-b332-35fc12c9540c"
}
application/xml, text/xml
Sample:
<KrnMitgliedstyp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beitragspflicht>true</Beitragspflicht> <Bezeichnung>sample string 3</Bezeichnung> <Id>1</Id> <Nummer>2</Nummer> <RowGuid>ca52a1c9-8462-4e68-b332-35fc12c9540c</RowGuid> </KrnMitgliedstyp>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
KrnMitgliedstypDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| Beitragspflicht | boolean |
Required |
|
| RowGuid | globally unique identifier |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Nummer": 2,
"Bezeichnung": "sample string 3",
"Beitragspflicht": true,
"RowGuid": "8582aa15-7e0c-4ae5-848e-55ebe5d0556c"
}
application/xml, text/xml
Sample:
<KrnMitgliedstypDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Beitragspflicht>true</Beitragspflicht> <Bezeichnung>sample string 3</Bezeichnung> <Id>1</Id> <Nummer>2</Nummer> <RowGuid>8582aa15-7e0c-4ae5-848e-55ebe5d0556c</RowGuid> </KrnMitgliedstypDisplay>