POST api/ksvablehnungsgrund/update

Request Information

URI Parameters

None.

Body Parameters

KsvAblehnungsgrund
NameDescriptionTypeAdditional information
Id

integer

Required

Nummer

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nummer": 2,
  "Bezeichnung": "sample string 3",
  "RowGuid": "dcc57881-35d9-463a-973d-64d865b231fb"
}

application/xml, text/xml

Sample:
<KsvAblehnungsgrund xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Id>1</Id>
  <Nummer>2</Nummer>
  <RowGuid>dcc57881-35d9-463a-973d-64d865b231fb</RowGuid>
</KsvAblehnungsgrund>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'KsvAblehnungsgrund'.

Response Information

Resource Description

KsvAblehnungsgrundDisplay
NameDescriptionTypeAdditional information
Id

integer

Required

Nummer

integer

Required

Bezeichnung

string

None.

RowGuid

globally unique identifier

Required

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Nummer": 2,
  "Bezeichnung": "sample string 3",
  "RowGuid": "91ced0ab-9a6a-4465-ae2a-af3823d6ce4a"
}

application/xml, text/xml

Sample:
<KsvAblehnungsgrundDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models">
  <Bezeichnung>sample string 3</Bezeichnung>
  <Id>1</Id>
  <Nummer>2</Nummer>
  <RowGuid>91ced0ab-9a6a-4465-ae2a-af3823d6ce4a</RowGuid>
</KsvAblehnungsgrundDisplay>