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": "fd18a957-50fb-4d62-ba1c-d00966bc4603",
"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>fd18a957-50fb-4d62-ba1c-d00966bc4603</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": "171baeb3-0aab-4333-961b-aeb938ab136e",
"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>171baeb3-0aab-4333-961b-aeb938ab136e</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTypDisplay>