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": "797389d4-018b-4d33-bd3f-02578fc9bf0a",
"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>797389d4-018b-4d33-bd3f-02578fc9bf0a</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": "f1a0a9a1-06a2-4ffc-af02-865f7ff8a98b",
"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>f1a0a9a1-06a2-4ffc-af02-865f7ff8a98b</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTypDisplay>