POST api/v1/Agent/QueryPoaRecipientsByContacts
Söker mottagare baserad på fullmaktens kontakter.
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
ListUniqueRecipientsResponseName | Description | Type | Additional information |
---|---|---|---|
RecipientsDetails |
Lista med information om mottagare. |
Collection of UniqueRecipientsDetails |
None. |
Response Formats
application/xml, text/xml
Sample:
<ListUniqueRecipientsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <RecipientsDetails> <UniqueRecipientsDetails> <Name>sample string 1</Name> <PresenteePartyId>2</PresenteePartyId> </UniqueRecipientsDetails> <UniqueRecipientsDetails> <Name>sample string 1</Name> <PresenteePartyId>2</PresenteePartyId> </UniqueRecipientsDetails> </RecipientsDetails> </ListUniqueRecipientsResponse>