POST api/itgpers2orga/updatedata

Request Information

URI Parameters

None.

Body Parameters

ItgPers2OrgaUpdateData
NameDescriptionTypeAdditional information
Id

integer

Required

KrnPersonId

integer

Required

KrnAdresseId

integer

Required

IsPrimaer

boolean

Required

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "KrnPersonId": 2,
  "KrnAdresseId": 3,
  "IsPrimaer": true
}

application/xml, text/xml

Sample:
<ItgPers2OrgaUpdateData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Itg.Models">
  <Id>1</Id>
  <IsPrimaer>true</IsPrimaer>
  <KrnAdresseId>3</KrnAdresseId>
  <KrnPersonId>2</KrnPersonId>
</ItgPers2OrgaUpdateData>

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

Response Information

Resource Description

None.