POST api/lizausbildungsgang2profil/update

Request Information

URI Parameters

None.

Body Parameters

LizAusbildungsgang2Profil
NameDescriptionTypeAdditional information
Id

integer

Required

RowGuid

globally unique identifier

Required

AusbildungsgangId

integer

Required

ProfilId

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "RowGuid": "956f31d9-65e0-40f9-9921-1e9e40929681",
  "AusbildungsgangId": 3,
  "ProfilId": 4
}

application/xml, text/xml

Sample:
<LizAusbildungsgang2Profil xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AusbildungsgangId>3</AusbildungsgangId>
  <Id>1</Id>
  <ProfilId>4</ProfilId>
  <RowGuid>956f31d9-65e0-40f9-9921-1e9e40929681</RowGuid>
</LizAusbildungsgang2Profil>

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

Response Information

Resource Description

LizAusbildungsgang2ProfilDisplay
NameDescriptionTypeAdditional information
AusbildungsgangIdDisplay

string

None.

ProfilIdDisplay

string

None.

DisplayField

string

None.

Id

integer

Required

RowGuid

globally unique identifier

Required

AusbildungsgangId

integer

Required

ProfilId

integer

Required

Response Formats

application/json, text/json

Sample:
{
  "AusbildungsgangIdDisplay": "sample string 1",
  "ProfilIdDisplay": "sample string 2",
  "DisplayField": "sample string 3",
  "Id": 4,
  "RowGuid": "88bd41a6-fb8c-470e-9676-6de58dc4a1a3",
  "AusbildungsgangId": 6,
  "ProfilId": 7
}

application/xml, text/xml

Sample:
<LizAusbildungsgang2ProfilDisplay xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Liz.Models">
  <AusbildungsgangId>6</AusbildungsgangId>
  <Id>4</Id>
  <ProfilId>7</ProfilId>
  <RowGuid>88bd41a6-fb8c-470e-9676-6de58dc4a1a3</RowGuid>
  <AusbildungsgangIdDisplay>sample string 1</AusbildungsgangIdDisplay>
  <DisplayField>sample string 3</DisplayField>
  <ProfilIdDisplay>sample string 2</ProfilIdDisplay>
</LizAusbildungsgang2ProfilDisplay>