POST api/v1/POA/SendReminder

Skicka påminnelse om osignerad fullmakt till fullmaktsgivare.

Allowed Roles

  • Fullmaktshavare

Request Information

POAIdentity
NameDescriptionTypeAdditional 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>d21c4939-3be5-4628-b9db-4462c16f6662</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

  • ERRPOAREM0001: This POA is signed and there is no need for a reminder
  • ERRPOAVAL0028: Valid to is required for a POA with validity type set to timespan.
  • ERRPOAVAL0030: ValidTo must be greater than ValidFrom.
  • ERRPOAVAL0048: DaysValidFromSigned must be set for POAValidityType.NumberOfDays type POA
  • ERRPOAVAL0049: A POA with validity UntilFurtherNotice cannot have an expire date.
  • GENERR0005: Argument {0} cannot be null.