Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
pub
lims_connect
Commits
03e04df4
Commit
03e04df4
authored
May 31, 2017
by
Stefan Hörterer
💬
Browse files
Update README.md
parent
e43f535d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
2 deletions
+29
-2
README.md
README.md
+29
-2
No files found.
README.md
View file @
03e04df4
...
...
@@ -207,7 +207,31 @@ neue Gültigkeit laut Vorschlag: 07.02.2027.
Bitte beachten Sie, dass DinA4 und Card als PDF zurückgegeben werden und Signet als JPG.
### Lizenzen löschen ###
----
Aufruf zum Löschen einer Lizenz anhand der DOSB Lizenznummer.
**URL**
/delete
**Method:**
`POST`
**URL Params**
`license_number_dosb`
**Data Params für vorhandene Lizenzen**
**Required:**
keine
**Optional:**
keine
#### Statuscodes ####
...
...
@@ -222,10 +246,13 @@ neue Gültigkeit laut Vorschlag: 07.02.2027.
**Error Response:**
**Code:**
401 UNAUTHORIZED
<br
/>
**Content:**
`[ Invalid login credentials ]`
**Content:**
`[ Invalid login credentials
"
]`
**Code:**
403 ACCESS DENIED
<br
/>
**Content:**
`["Access denied for user %username ]`
**Content:**
`["Access denied for user %username" ]`
**Code:**
404 NOT FOUND
<br
/>
**Content:**
`["License not found" ]`
**Notes:**
Ein Beispiel dazu befindet sich hier: https://gitlab.ghostthinker.de/pub/lims_connect/blob/master/php_sample_client/sample_download_license.php
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment