POST api/ksvzuschuss/update

Request Information

URI Parameters

None.

Body Parameters

KsvZuschuss
NameDescriptionTypeAdditional information
Id

integer

Required

KooperationsjahrId

integer

Required

StundenVon

integer

Required

StundenBis

integer

None.

Sonderschule

boolean

Required

Deputat

boolean

Required

Artikel

string

None.

Kooperationstyp

integer

Required

RowGuid

globally unique identifier

Required

VklVaboKlasse

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "KooperationsjahrId": 2,
  "StundenVon": 3,
  "StundenBis": 1,
  "Sonderschule": true,
  "Deputat": true,
  "Artikel": "sample string 6",
  "Kooperationstyp": 7,
  "RowGuid": "316a55f3-3cfc-438f-b009-e37208754003",
  "VklVaboKlasse": true
}

application/xml, text/xml

Sample:
<KsvZuschuss xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models">
  <Artikel>sample string 6</Artikel>
  <Deputat>true</Deputat>
  <Id>1</Id>
  <KooperationsjahrId>2</KooperationsjahrId>
  <Kooperationstyp>7</Kooperationstyp>
  <RowGuid>316a55f3-3cfc-438f-b009-e37208754003</RowGuid>
  <Sonderschule>true</Sonderschule>
  <StundenBis>1</StundenBis>
  <StundenVon>3</StundenVon>
  <VklVaboKlasse>true</VklVaboKlasse>
</KsvZuschuss>

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 'KsvZuschuss'.

Response Information

Resource Description

KsvZuschussDisplay
NameDescriptionTypeAdditional information
KooperationsjahrIdDisplay

string

None.

KooperationstypDisplay

string

None.

Id

integer

Required

KooperationsjahrId

integer

Required

StundenVon

integer

Required

StundenBis

integer

None.

Sonderschule

boolean

Required

Deputat

boolean

Required

Artikel

string

None.

Kooperationstyp

integer

Required

RowGuid

globally unique identifier

Required

VklVaboKlasse

boolean

Required

Response Formats

application/json, text/json

Sample:
{
  "KooperationsjahrIdDisplay": "sample string 1",
  "KooperationstypDisplay": "sample string 2",
  "Id": 3,
  "KooperationsjahrId": 4,
  "StundenVon": 5,
  "StundenBis": 1,
  "Sonderschule": true,
  "Deputat": true,
  "Artikel": "sample string 8",
  "Kooperationstyp": 9,
  "RowGuid": "bb651d96-bcae-443c-bb4a-064a606c6e5e",
  "VklVaboKlasse": true
}

application/xml, text/xml

Sample:
<KsvZuschussDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Ksv.Models">
  <Artikel>sample string 8</Artikel>
  <Deputat>true</Deputat>
  <Id>3</Id>
  <KooperationsjahrId>4</KooperationsjahrId>
  <Kooperationstyp>9</Kooperationstyp>
  <RowGuid>bb651d96-bcae-443c-bb4a-064a606c6e5e</RowGuid>
  <Sonderschule>true</Sonderschule>
  <StundenBis>1</StundenBis>
  <StundenVon>5</StundenVon>
  <VklVaboKlasse>true</VklVaboKlasse>
  <KooperationsjahrIdDisplay>sample string 1</KooperationsjahrIdDisplay>
  <KooperationstypDisplay>sample string 2</KooperationstypDisplay>
</KsvZuschussDisplay>