POST api/v1/POA/GetPOAsForCustomer

Listar fullmakter för en fullmaktsgivare, person eller organisation.

Allowed Roles

  • BKP

Request Information

Body Parameters

Specifikation för relevant fullmaktsgivare.

GetPOAClientRequest
NameDescriptionTypeAdditional information
RegistrationNo

Person-/organisationsnummer för fullmaktsgivaren.

string

Required

IsPerson

Flagga för om sökningen ska ske på personnummer, eller organisationsnummer.

boolean

Required

Request Formats

application/xml, text/xml

Sample:
<GetPOAClientRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <IsPerson>true</IsPerson>
  <RegistrationNo>sample string 1</RegistrationNo>
</GetPOAClientRequest>

Response Information

Resource Description

Detaljer om fullmakter för given fullmaktsgivare.

Collection of GetPOAResponse
NameDescriptionTypeAdditional information
POAId

Fullmaktens unika id

globally unique identifier

Required

POAType

Typ av fullmakt

POAType

Required

ValidFrom

Giltig från datum

date

None.

ValidTo

Giltig till datum

date

None.

POAValidityType

Typ av giltighetstidsbegränsning

POAValidityType

Required

StatusEnum

Signaturens status

POASignatureStatus

Required

AgentName

Fullmaktshavarens namn

string

None.

Code

Förmedlarkod

string

None.

Response Formats

application/xml, text/xml

Sample:
<ArrayOfGetPOAResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <GetPOAResponse>
    <AgentName>sample string 2</AgentName>
    <Code>sample string 3</Code>
    <POAId>5237addc-c131-4d90-b5ec-1da0be38f412</POAId>
    <POAType>Unknown</POAType>
    <POAValidityType>Unknown</POAValidityType>
    <StatusEnum>Unknown</StatusEnum>
    <ValidFrom>2025-07-27T17:30:30.0230164+00:00</ValidFrom>
    <ValidTo>2025-07-27T17:30:30.0230164+00:00</ValidTo>
  </GetPOAResponse>
  <GetPOAResponse>
    <AgentName>sample string 2</AgentName>
    <Code>sample string 3</Code>
    <POAId>5237addc-c131-4d90-b5ec-1da0be38f412</POAId>
    <POAType>Unknown</POAType>
    <POAValidityType>Unknown</POAValidityType>
    <StatusEnum>Unknown</StatusEnum>
    <ValidFrom>2025-07-27T17:30:30.0230164+00:00</ValidFrom>
    <ValidTo>2025-07-27T17:30:30.0230164+00:00</ValidTo>
  </GetPOAResponse>
</ArrayOfGetPOAResponse>