POST api/v1/Agent/QuerySearchPoas
Söker fullmakter.
Allowed Roles
- Fullmaktshavare
Request Information
ListUniqueContactsRequestName | Description | Type | Additional information |
---|---|---|---|
Skip |
Antalet kontakter att skippa. |
integer |
None. |
Take |
Antalet kontakter att hämta, begränsad till 1000st. |
integer |
None. |
SelectedContacts1 |
Text sträng för kontakt1. |
Collection of SelectedContact |
None. |
SelectedContacts2 |
Text sträng för kontakt2. |
Collection of SelectedContact |
None. |
SelectedValueRecipient |
Id för mottagare. |
integer |
None. |
SelectedValueCode |
Text sträng för kod. |
string |
None. |
Request Formats
application/xml, text/xml
Sample:
<ListUniqueContactsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <SelectedContacts1> <SelectedContact> <ContactIds>1</ContactIds> </SelectedContact> <SelectedContact> <ContactIds>1</ContactIds> </SelectedContact> </SelectedContacts1> <SelectedContacts2> <SelectedContact> <ContactIds>1</ContactIds> </SelectedContact> <SelectedContact> <ContactIds>1</ContactIds> </SelectedContact> </SelectedContacts2> <SelectedValueCode>sample string 4</SelectedValueCode> <SelectedValueRecipient>3</SelectedValueRecipient> <Skip>1</Skip> <Take>2</Take> </ListUniqueContactsRequest>
Response Information
Resource Description
ListPoasResponseName | Description | Type | Additional information |
---|---|---|---|
PoaDetails |
Lista med information om fullmakter. |
Collection of PoaSearchDetails |
None. |
Response Formats
application/xml, text/xml
Sample:
<ListPoasResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <PoaDetails> <PoaSearchDetails> <PoaId>9f110ae2-baa6-4ffc-80d5-a50719bf673b</PoaId> <GrantorName>sample string 2</GrantorName> <GrantorNumber>sample string 3</GrantorNumber> <PoaType>Unknown</PoaType> <ValidFrom>2025-07-24T03:23:37.940451+00:00</ValidFrom> <ValidTo>2025-07-24T03:23:37.940451+00:00</ValidTo> <Code>sample string 4</Code> <Status>Unknown</Status> <Validity>Unknown</Validity> <DaysValidFromSigned>1</DaysValidFromSigned> </PoaSearchDetails> <PoaSearchDetails> <PoaId>9f110ae2-baa6-4ffc-80d5-a50719bf673b</PoaId> <GrantorName>sample string 2</GrantorName> <GrantorNumber>sample string 3</GrantorNumber> <PoaType>Unknown</PoaType> <ValidFrom>2025-07-24T03:23:37.940451+00:00</ValidFrom> <ValidTo>2025-07-24T03:23:37.940451+00:00</ValidTo> <Code>sample string 4</Code> <Status>Unknown</Status> <Validity>Unknown</Validity> <DaysValidFromSigned>1</DaysValidFromSigned> </PoaSearchDetails> </PoaDetails> </ListPoasResponse>