POST api/verressource/insert

Request Information

URI Parameters

None.

Body Parameters

VerRessource
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": "2592b418-0bf8-464d-bbf3-fa54f8f9ae5b"
}

application/xml, text/xml

Sample:
<VerRessource 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>2592b418-0bf8-464d-bbf3-fa54f8f9ae5b</RowGuid>
</VerRessource>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

VerRessourceDisplay
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": "ced43405-6013-42cd-89bf-f5a0f7a20877"
}

application/xml, text/xml

Sample:
<VerRessourceDisplay 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>ced43405-6013-42cd-89bf-f5a0f7a20877</RowGuid>
</VerRessourceDisplay>