POST api/v1/POA/GetRecipientInformation

Hämta ut svar på de kundfrågor som skickats till BKP:er vid en given tidpunkt. Om tidpunkt inte är angiven hämtas senaste skicka-tillfället för varje BKP.

Allowed Roles

  • Fullmaktshavare

Request Information

POARecipientInformationRequest
NameDescriptionTypeAdditional information
POAIdentity

Fullmaktens identitet

POAIdentity

None.

RequestDate

Tidsstämpel (UTC) för när portvaktsfrågan ställdes till BKP:n.

date

None.

Request Formats

application/xml, text/xml

Sample:
<POARecipientInformationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <POAIdentity>
    <POAId>a9fa236d-430c-497a-a4c7-7def58b1f716</POAId>
  </POAIdentity>
  <RequestDate>2025-07-26T16:20:49.6048087+00:00</RequestDate>
</POARecipientInformationRequest>

Response Information

Resource Description

POARecipientInformationResponse
NameDescriptionTypeAdditional information
AdditionalInformation

Övrig affärsinformation, kan innehålla upp till 255 tecken.

string

None.

RequestDates

Lista med datum (UTC) för när portvaktsfrågor ställts.

Collection of date

None.

POARecipientInformationList

Lista med information om svar på portvaktsfrågor

Collection of POARecipientInformation

None.

Response Formats

application/xml, text/xml

Sample:
<POARecipientInformationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <AdditionalInformation>Valfri övrig information</AdditionalInformation>
  <RequestDates xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:dateTime>2017-05-01T10:43:21</d2p1:dateTime>
    <d2p1:dateTime>2017-05-09T10:43:21</d2p1:dateTime>
  </RequestDates>
  <POARecipientInformationList>
    <POARecipientInformation>
      <PresenteePartyName>Företag AB</PresenteePartyName>
      <PresenteePartyNumber>165511032351</PresenteePartyNumber>
      <ConnectionType>SystemIntegrated</ConnectionType>
      <Code>Code1</Code>
      <IsCustomerRequestDate>2017-05-01T10:43:21</IsCustomerRequestDate>
      <IsCustomerResponseDate>2017-05-01T10:43:21</IsCustomerResponseDate>
      <IsCustomer>true</IsCustomer>
      <ReceivedPOA>true</ReceivedPOA>
      <ReceivedPOADate>2017-05-01T10:43:21</ReceivedPOADate>
      <Unsubscribed>false</Unsubscribed>
    </POARecipientInformation>
  </POARecipientInformationList>
</POARecipientInformationResponse>

Other Responses

401 Unauthorized

403 Forbidden

  • ERRFOR0001: A digital signature is required for this method.

400 Bad Request

  • ERRPOARESEND0001: The POA cannot be resent because it is not valid.
  • GENERR0005: Argument {0} cannot be null.