POST api/v1/POA/Resend
Skicka om fullmakten till valda BKP:er. Skickar en ny kundfråga, inväntar svar och därefter fullmakten vid ett ja-svar från BKP:n. Funktionen är att betrakta som synkron och ska inte anropas parallellt.
Allowed Roles
- Fullmaktshavare
Request Information
POAResendRequestName | Description | Type | Additional information |
---|---|---|---|
POAId |
ID:t på en fullmakt. |
globally unique identifier |
Required |
AdditionalInformation |
Övrig affärsinformation, kan innehålla upp till 100 tecken. |
string |
String length: inclusive between 0 and 255 |
Contact1 |
Kontaktperson 1 för fullmakten |
POAAgentContact1 |
None. |
Contact2 |
Kontaktperson 2 för fullmakten |
POAAgentContact2 |
None. |
PresenteePartyInfo |
Förmedlarkoder för BKP:er samt information om vilka fullmakten går ut till. |
Collection of POAPresenteePartyInfo |
Required |
Request Formats
application/xml, text/xml
Sample:
<POAResendRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>0f23c6f4-67cd-4830-be4a-df7f38d89df6</POAId> <AdditionalInformation>Valfri övrig information</AdditionalInformation> <Contact1> <Email>stina.karlsson-test@fullmaktskollen.se</Email> <FirstName>Stina</FirstName> <LastName>Karlsson</LastName> </Contact1> <Contact2> <Email>kalle.andersson-test@fullmaktskollen.se</Email> <FirstName>Kalle</FirstName> <LastName>Andersson</LastName> </Contact2> <PresenteePartyInfo> <POAPresenteePartyInfo> <Code>435 765</Code> <Query>true</Query> <RegistrationNumber>162518038259</RegistrationNumber> </POAPresenteePartyInfo> <POAPresenteePartyInfo> <Code>926 853</Code> <Query>true</Query> <RegistrationNumber>165331692738</RegistrationNumber> </POAPresenteePartyInfo> </PresenteePartyInfo> </POAResendRequest>
Response Information
204 - No Content
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.