POST api/verziel/insert

Request Information

URI Parameters

None.

Body Parameters

VerZiel
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "5a3e7ebf-d130-42f9-b8d8-10e9cac33e11"
}

application/xml, text/xml

Sample:
<VerZiel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>5a3e7ebf-d130-42f9-b8d8-10e9cac33e11</RowGuid>
</VerZiel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerZielDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Bezeichnung": "sample string 2",
  "RowGuid": "dce08dda-68c6-40c8-9109-68bdae2f1270"
}

application/xml, text/xml

Sample:
<VerZielDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ver.Models">
  <Bezeichnung>sample string 2</Bezeichnung>
  <Id>1</Id>
  <RowGuid>dce08dda-68c6-40c8-9109-68bdae2f1270</RowGuid>
</VerZielDisplay>