POST api/krnorgtyp/v1/publicselectlist

Ruft eine Liste der Organisationstypen mit den angegebenen Filterkriterien auf

Request Information

URI Parameters

None.

Body Parameters

Ein KrnOrgTypSelect-Objekt liefert die Filterkriterien

KrnOrgTypSelect
NameDescriptionTypeAdditional information
Id

integer

None.

NummerFrom

integer

None.

NummerTo

integer

None.

Bezeichnung

string

None.

Adressgruppe

string

None.

Debitorgruppe

string

None.

Kreditorgruppe

string

None.

KontoFord

integer

None.

KontoVerb

integer

None.

DebitorKontoPrefix

string

None.

KreditorKontoPrefix

string

None.

ZugangOrgTypNr

integer

None.

Mitglied

integer

None.

PageSize

integer

Required

PageIndex

integer

Required

SortField

string

None.

SortFieldDefault

string

None.

Quicksearch

string

None.

filterIsSet

boolean

None.

TagIds

Collection of integer

None.

TagFullMatch

boolean

None.

WithTags

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "NummerFrom": 1,
  "NummerTo": 1,
  "Bezeichnung": "sample string 1",
  "Adressgruppe": "sample string 2",
  "Debitorgruppe": "sample string 3",
  "Kreditorgruppe": "sample string 4",
  "KontoFord": 1,
  "KontoVerb": 1,
  "DebitorKontoPrefix": "sample string 5",
  "KreditorKontoPrefix": "sample string 6",
  "ZugangOrgTypNr": 1,
  "Mitglied": 1,
  "PageSize": 7,
  "PageIndex": 8,
  "SortField": "sample string 9",
  "SortFieldDefault": "sample string 10",
  "Quicksearch": "sample string 11",
  "filterIsSet": true,
  "TagIds": [
    1,
    2
  ],
  "TagFullMatch": true,
  "WithTags": true
}

application/xml, text/xml

Sample:
<KrnOrgTypSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.IntelliVerband.Krn.Models">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">8</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">7</PageSize>
  <Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 11</Quicksearch>
  <SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 9</SortField>
  <SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 10</SortFieldDefault>
  <TagFullMatch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</TagFullMatch>
  <TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
  </TagIds>
  <WithTags xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</WithTags>
  <filterIsSet xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</filterIsSet>
  <Adressgruppe>sample string 2</Adressgruppe>
  <Bezeichnung>sample string 1</Bezeichnung>
  <DebitorKontoPrefix>sample string 5</DebitorKontoPrefix>
  <Debitorgruppe>sample string 3</Debitorgruppe>
  <Id>1</Id>
  <KontoFord>1</KontoFord>
  <KontoVerb>1</KontoVerb>
  <KreditorKontoPrefix>sample string 6</KreditorKontoPrefix>
  <Kreditorgruppe>sample string 4</Kreditorgruppe>
  <Mitglied>1</Mitglied>
  <NummerFrom>1</NummerFrom>
  <NummerTo>1</NummerTo>
  <ZugangOrgTypNr>1</ZugangOrgTypNr>
</KrnOrgTypSelect>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Gibt ein KrnOrgTypPublicQueryResult-Objekt zurück, das eine Liste von Organisationstypen entsprechend den angegebenen Filterkriterien enthält

ApiReponseOfKrnOrgTypPublicQueryResult
NameDescriptionTypeAdditional information
DataResult

KrnOrgTypPublicQueryResult

None.

ValidationResult

ValidationResult

None.

Response Formats

application/json, text/json

Sample:
{
  "DataResult": null,
  "ValidationResult": {
    "ErrorMsg": "sample string 1",
    "HintMsg": "sample string 2",
    "ErrorFieldNames": [
      "sample string 1",
      "sample string 2"
    ],
    "FieldName": "sample string 3"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.