GET api/v1/PresenteeParty/List

Lista samtliga behörighetskontrollerande parter som finns tillgängliga i tjänsten.

Allowed Roles

  • Fullmaktshavare

Request Information

None.

Response Information

Resource Description

PresenteePartyListResponse
NameDescriptionTypeAdditional information
Data

Information om funna BKP:er.

Collection of PresenteePartyListData

Required

Response Formats

application/xml, text/xml

Sample:
<PresenteePartyListResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <Data>
    <PresenteePartyListData>
      <Id>0</Id>
      <Name>Bolag 1 AB</Name>
      <Email i:nil="true" />
      <HomePage i:nil="true" />
      <NotActive>false</NotActive>
      <Number>195531092368</Number>
      <TelePhone i:nil="true" />
      <ConnectionType>SystemIntegrated</ConnectionType>
    </PresenteePartyListData>
  </Data>
</PresenteePartyListResponse>

Other Responses

401 Unauthorized