POST api/sazwettbewerbart/insert
Request Information
URI Parameters
None.
Body Parameters
SazWettbewerbArt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Bezeichnung | string |
None. |
|
| Regel | integer |
Required |
|
| OrgTypNummern | string |
None. |
|
| Sichtbar | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "a6d79347-c786-48bb-b599-d59ba9deb5fd",
"Bezeichnung": "sample string 3",
"Regel": 4,
"OrgTypNummern": "sample string 5",
"Sichtbar": true
}
application/xml, text/xml
Sample:
<SazWettbewerbArt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <Bezeichnung>sample string 3</Bezeichnung> <Id>1</Id> <OrgTypNummern>sample string 5</OrgTypNummern> <Regel>4</Regel> <RowGuid>a6d79347-c786-48bb-b599-d59ba9deb5fd</RowGuid> <Sichtbar>true</Sichtbar> </SazWettbewerbArt>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SazWettbewerbArtDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| DisplayField | string |
None. |
|
| RegelDisplay | string |
None. |
|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Bezeichnung | string |
None. |
|
| Regel | integer |
Required |
|
| OrgTypNummern | string |
None. |
|
| Sichtbar | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"DisplayField": "sample string 1",
"RegelDisplay": "sample string 2",
"Id": 3,
"RowGuid": "94a4adc3-49f8-4316-934f-f9f4cb7b6091",
"Bezeichnung": "sample string 5",
"Regel": 6,
"OrgTypNummern": "sample string 7",
"Sichtbar": true
}
application/xml, text/xml
Sample:
<SazWettbewerbArtDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Saz.Models"> <Bezeichnung>sample string 5</Bezeichnung> <Id>3</Id> <OrgTypNummern>sample string 7</OrgTypNummern> <Regel>6</Regel> <RowGuid>94a4adc3-49f8-4316-934f-f9f4cb7b6091</RowGuid> <Sichtbar>true</Sichtbar> <DisplayField>sample string 1</DisplayField> <RegelDisplay>sample string 2</RegelDisplay> </SazWettbewerbArtDisplay>