POST api/v1/POA/Disable
Inaktivera en fullmakt.
Allowed Roles
- Fullmaktshavare
Request Information
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>0c0a4eba-c3a6-470e-9c98-6e0ff3025298</POAId> </POAIdentity>
Response Information
204 - No Content
Other Responses
401 Unauthorized
403 Forbidden
- ERRFOR0002: A digital signature is not allowed for this method.
400 Bad Request
- ERRPOADIS0001: Not sufficient permissions to use method.
- ERRPOADIS0002: Cannot disable an unsigned POA.
- ERRPOADIS0003: Cannot disable an expired POA.
- ERRPOADIS0004: Cannot disable an already disabled POA.
- ERRPOADIS0005: Cannot disable a recalled POA.
- ERRPOAGET0001: POA does not exist.
- GENERR0005: Argument {0} cannot be null.