POST api/bstvereinssoftware/insert
Request Information
URI Parameters
None.
Body Parameters
BstVereinssoftware| Name | Description | Type | Additional 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": "032fd5fb-9573-487a-8b32-7c8814f7329d"
}
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>032fd5fb-9573-487a-8b32-7c8814f7329d</RowGuid> <Schluessel>sample string 3</Schluessel> </BstVereinssoftware>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BstVereinssoftwareDisplay| Name | Description | Type | Additional 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": "718a8192-82fc-49b9-a70d-a670fa33da66"
}
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>718a8192-82fc-49b9-a70d-a670fa33da66</RowGuid> <Schluessel>sample string 3</Schluessel> </BstVereinssoftwareDisplay>