POST api/krnadresstyp/insert
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": "859f9ccd-29a1-4416-8146-51791134d7c4",
"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>859f9ccd-29a1-4416-8146-51791134d7c4</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": "a0b55b17-1add-4baf-b37d-56b546fc4ba7",
"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>a0b55b17-1add-4baf-b37d-56b546fc4ba7</RowGuid> <StandardOrg>true</StandardOrg> <StandardPers>true</StandardPers> </KrnAdressTypDisplay>