POST api/krnadresstyp/update
Request Information
URI Parameters
None.
Body Parameters
KrnAdressTyp| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| StandardPers | boolean |
Required |
|
| StandardOrg | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "e2ceedc3-3146-4cba-b802-95257605e61e",
"Nummer": 3,
"Bezeichnung": "sample string 4",
"StandardPers": true,
"StandardOrg": true
}
application/xml, text/xml
Sample:
<KrnAdressTyp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 4</Bezeichnung> <Id>1</Id> <Nummer>3</Nummer> <RowGuid>e2ceedc3-3146-4cba-b802-95257605e61e</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTyp>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
KrnAdressTypDisplay| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| RowGuid | globally unique identifier |
Required |
|
| Nummer | integer |
Required |
|
| Bezeichnung | string |
None. |
|
| StandardPers | boolean |
Required |
|
| StandardOrg | boolean |
Required |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"RowGuid": "d1195b6d-27c4-486e-86df-4fa8311fd3b1",
"Nummer": 3,
"Bezeichnung": "sample string 4",
"StandardPers": true,
"StandardOrg": true
}
application/xml, text/xml
Sample:
<KrnAdressTypDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models"> <Bezeichnung>sample string 4</Bezeichnung> <Id>1</Id> <Nummer>3</Nummer> <RowGuid>d1195b6d-27c4-486e-86df-4fa8311fd3b1</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTypDisplay>