POST api/itglizenz2orga/validatelizenzinhaber

Request Information

URI Parameters

None.

Body Parameters

ItgLizenzinhaberValidate
NameDescriptionTypeAdditional information
AnfrageTypNr

integer

Required

DS1

ItgLizenz2OrgaQueryResult

None.

StundenVisible1

boolean

Required

DS2

ItgLizenz2OrgaQueryResult

None.

StundenVisible2

boolean

None.

DS3

ItgLizenz2OrgaQueryResult

None.

StundenVisible3

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AnfrageTypNr": 1,
  "DS1": null,
  "StundenVisible1": true,
  "DS2": null,
  "StundenVisible2": true,
  "DS3": null,
  "StundenVisible3": true
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>