GET yhteydenotot/luokittelut

Palauttaa listan yhteydenottojen luokittelu-vaihtoehdoista


Request Information

URI Parameters

None.

Body Parameters

None.


Response Information

Resource Description


Collection of ApiOsapuoliYhteydenottoLuokitteluResponse
NameDescriptionTypeAdditional information
Id Luokittelun yksilöllinen id. integer Required
SeliteFI Luokittelun selite suomeksi. string None.
SeliteEN Luokittelun selite englanniksi. string None.
SeliteSE Luokittelun selite ruotsiksi. string None.

Response Formats

application/json, text/json
Sample:
[
  {
    "Id": 1,
    "SeliteFI": "sample string 2",
    "SeliteEN": "sample string 3",
    "SeliteSE": "sample string 4"
  },
  {
    "Id": 1,
    "SeliteFI": "sample string 2",
    "SeliteEN": "sample string 3",
    "SeliteSE": "sample string 4"
  }
]
application/xml, text/xml
Sample:
<ArrayOfApiOsapuoliYhteydenottoLuokitteluResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Agenteq.Tampuuri.ApplicationServiceApi.Contract.Asiakaspalvelu">
  <ApiOsapuoliYhteydenottoLuokitteluResponse>
    <Id>1</Id>
    <SeliteEN>sample string 3</SeliteEN>
    <SeliteFI>sample string 2</SeliteFI>
    <SeliteSE>sample string 4</SeliteSE>
  </ApiOsapuoliYhteydenottoLuokitteluResponse>
  <ApiOsapuoliYhteydenottoLuokitteluResponse>
    <Id>1</Id>
    <SeliteEN>sample string 3</SeliteEN>
    <SeliteFI>sample string 2</SeliteFI>
    <SeliteSE>sample string 4</SeliteSE>
  </ApiOsapuoliYhteydenottoLuokitteluResponse>
</ArrayOfApiOsapuoliYhteydenottoLuokitteluResponse>