POST api/krnadresstyp/insert

Request Information

URI Parameters

None.

Body Parameters

KrnAdressTyp
NameDescriptionTypeAdditional 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": "a5bd7eeb-eb07-47be-bd05-5a844de71280",
  "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>a5bd7eeb-eb07-47be-bd05-5a844de71280</RowGuid>
  <StandardOrg>true</StandardOrg>
  <StandardPers>true</StandardPers>
</KrnAdressTyp>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

KrnAdressTypDisplay
NameDescriptionTypeAdditional 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": "f9241431-86f6-4c53-b9e7-880aaaa6957b",
  "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>f9241431-86f6-4c53-b9e7-880aaaa6957b</RowGuid>
  <StandardOrg>true</StandardOrg>
  <StandardPers>true</StandardPers>
</KrnAdressTypDisplay>