POST presentation_gw/Utility/GetFonteList

Documentation for 'GetFonteList'.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Key": {},
    "Value": "sample string 2"
  },
  {
    "Key": {},
    "Value": "sample string 2"
  },
  {
    "Key": {},
    "Value": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDomainReffere xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.DTOApplication.Models">
  <DomainReffere>
    <_x003C_Key_x003E_k__BackingField />
    <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
  </DomainReffere>
  <DomainReffere>
    <_x003C_Key_x003E_k__BackingField />
    <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
  </DomainReffere>
  <DomainReffere>
    <_x003C_Key_x003E_k__BackingField />
    <_x003C_Value_x003E_k__BackingField>sample string 2</_x003C_Value_x003E_k__BackingField>
  </DomainReffere>
</ArrayOfDomainReffere>