https://github.com/magenta-aps/cpr_abonnement
Python integration with Serviceplatformen web service CPR Abonnement. 'AddPNRSubscription', 'RemovePNRSubscription' and 'GetAllFilters'
https://github.com/magenta-aps/cpr_abonnement
abonnement cpr serviceplatformen sf6002
Last synced: 14 days ago
JSON representation
Python integration with Serviceplatformen web service CPR Abonnement. 'AddPNRSubscription', 'RemovePNRSubscription' and 'GetAllFilters'
- Host: GitHub
- URL: https://github.com/magenta-aps/cpr_abonnement
- Owner: magenta-aps
- Created: 2018-06-07T14:11:17.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T09:23:46.000Z (over 6 years ago)
- Last Synced: 2025-02-17T15:47:49.410Z (3 months ago)
- Topics: abonnement, cpr, serviceplatformen, sf6002
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: NEWS
Awesome Lists containing this project
README
CPR Abonnement Integration
**************************
Module that integrates with third party web service from Serviceplatformen.The functions serve as facades for ease of interaction with Serviceplatformen's 'SF6002 - CPR Abonnement' service.
*In order for this module to interact with Serviceplatformen you need valid 'Invocation context' UUIDs and a certificate.*
The type of operation you want to perform depends on the type of operation that is assigned to the operation parameter key when calling the function.*
pnr_subscription()
----------------------------
*add, or remove a pnr subscription*pnr_all_subscribed()
----------------------------
*get all subscribed pnrs*See client_example.py for examples.