POST api/bstvereinssoftware/insert

Request Information

URI Parameters

None.

Body Parameters

BstVereinssoftware
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

Schluessel

string

None.

Ansprechpartner

string

None.

Memo

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "Schluessel": "sample string 3",
  "Ansprechpartner": "sample string 4",
  "Memo": "sample string 5",
  "RowGuid": "b58fd15a-4625-4830-9d99-07b50bead8ea"
}

application/xml, text/xml

Sample:
<BstVereinssoftware xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Ansprechpartner>sample string 4</Ansprechpartner>
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <Memo>sample string 5</Memo>
  <RowGuid>b58fd15a-4625-4830-9d99-07b50bead8ea</RowGuid>
  <Schluessel>sample string 3</Schluessel>
</BstVereinssoftware>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BstVereinssoftwareDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

Schluessel

string

None.

Ansprechpartner

string

None.

Memo

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "Schluessel": "sample string 3",
  "Ansprechpartner": "sample string 4",
  "Memo": "sample string 5",
  "RowGuid": "32dbe4b8-0c88-4943-933f-0f1eb902619e"
}

application/xml, text/xml

Sample:
<BstVereinssoftwareDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Bst.Models">
  <Ansprechpartner>sample string 4</Ansprechpartner>
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <Memo>sample string 5</Memo>
  <RowGuid>32dbe4b8-0c88-4943-933f-0f1eb902619e</RowGuid>
  <Schluessel>sample string 3</Schluessel>
</BstVereinssoftwareDisplay>