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": "9d67fe32-13cb-4708-8894-a00432086e51",
"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>9d67fe32-13cb-4708-8894-a00432086e51</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTyp>
application/x-www-form-urlencoded
Sample:
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": "6dc84848-1889-4eaf-b833-fddbd5c31ce6",
"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>6dc84848-1889-4eaf-b833-fddbd5c31ce6</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTypDisplay>