Skip to content
Snippets Groups Projects
Commit a21e0859 authored by Pascal Osterwinter's avatar Pascal Osterwinter
Browse files

Added callback to Javascript example.

parent a1a16e14
No related branches found
No related tags found
1 merge request!187Added callback to Javascript example. (planning#74)
...@@ -88,6 +88,10 @@ const data = JSON.stringify({ ...@@ -88,6 +88,10 @@ const data = JSON.stringify({
"serviceType": { "serviceType": {
"name": "Antrag Name", "name": "Antrag Name",
"identifier": "urn:de:fim:leika:leistung:99102013104000" "identifier": "urn:de:fim:leika:leistung:99102013104000"
},
"callback": {
"url": "https://my-onlineservice.example.org/callbacks/fit-connect",
"secret": "insecure_unsafe_qHScgrg_kP-R31jHUwp3GkVkGJolvBchz65b74Lzue0"
} }
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment