POST api/v1/Agent/QueryPoaCodeByRecipient

Söker kod baserad på fullmaktens mottagare.

Allowed Roles

  • Fullmaktshavare

Request Information

ListUniqueContactsRequest
NameDescriptionTypeAdditional 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

ListUniqueRecipientCodeResponse
NameDescriptionTypeAdditional information
CodesDetails

Lista med information om kod.

Collection of UniqueRecipientCodes

None.

Response Formats

application/xml, text/xml

Sample:
<ListUniqueRecipientCodeResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/">
  <CodesDetails>
    <UniqueRecipientCodes>
      <Code>sample string 1</Code>
    </UniqueRecipientCodes>
    <UniqueRecipientCodes>
      <Code>sample string 1</Code>
    </UniqueRecipientCodes>
  </CodesDetails>
</ListUniqueRecipientCodeResponse>