POST api/sazwettbewerbart/update
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": "2993f942-ee4d-4832-831c-f7f50e159833",
"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>2993f942-ee4d-4832-831c-f7f50e159833</RowGuid> <Sichtbar>true</Sichtbar> </SazWettbewerbArt>
application/x-www-form-urlencoded
Sample:
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": "8c80b957-6528-4892-9952-c89b571226b9",
"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>8c80b957-6528-4892-9952-c89b571226b9</RowGuid> <Sichtbar>true</Sichtbar> <DisplayField>sample string 1</DisplayField> <RegelDisplay>sample string 2</RegelDisplay> </SazWettbewerbArtDisplay>