POST api/v1/POA/GetLatestId
Hämta identiteten för den senaste versionen av fullmakten. En ny version av fullmakten skapas t ex vid ändring av giltighetstid eller vid överlåtelse och varje version har en egen identitet.
Allowed Roles
- BKP
- Fullmaktshavare
Request Information
Body Parameters
Fullmaktens unika identitet.
POAIdentityName | Description | Type | Additional information |
---|---|---|---|
POAId |
Fullmaktens unika id |
globally unique identifier |
Required |
Request Formats
application/xml, text/xml
Sample:
<POAIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>6052c902-a633-461d-bbee-ab0528f04f38</POAId> </POAIdentity>
Response Information
Resource Description
POAIdentityName | Description | Type | Additional information |
---|---|---|---|
POAId |
Fullmaktens unika id |
globally unique identifier |
Required |
Response Formats
application/xml, text/xml
Sample:
<POAIdentity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.fullmaktskollen.se/"> <POAId>9e8c327d-4a41-43af-a23c-dd7e270fdc74</POAId> </POAIdentity>
Other Responses
401 Unauthorized
400 Bad Request
- ERRPOAGET0001: POA does not exist.
- ERRPOAGET0002: Access denied: You do not have sufficient privileges to view POA.
- ERRPOAGET0003: Access denied: You do not have sufficient privileges to view POA.
- GENERR0005: Argument {0} cannot be null.