Actions
feature request #8095
openfeature request #8086: registration submission endpoint implemented
response model for registration submission webservice
Status:
New
Priority:
Priority13
Assignee:
Category:
cdmlib-remote
Target version:
Start date:
Due date:
% Done:
0%
Estimated time:
Severity:
normal
Description
web service URLs:
POST: /registration/ PUT: /registration/{phycobankID-urlencoded}
The submission data schema is being discussed in #8085
Upon submission the service will respond with one of the following options:
- A HTTP error code (400) and the response object with a detailed error message in case the submitted data was causing a problem in the phycobank system.
- Response object which also trans ports the preliminary persistent identifier (http://phycobank.org/{integer}) for the nomenclatural act. The identifier is not made public at this point.
Model (work in progress) by example
{
"errors": [
"error message 1",
"error message 2",
],
"identifier": "http://phycobank.org/999999"
"status": "PREPARATION"
}
Related issues
Updated by Andreas Kohlbecker almost 4 years ago
- Status changed from New to Duplicate
duplicates #8086
Updated by Andreas Kohlbecker almost 4 years ago
- Is duplicate of feature request #8086: registration submission endpoint implemented added
Updated by Andreas Kohlbecker almost 4 years ago
- Target version deleted (
Release 5.6)
Updated by Andreas Kohlbecker almost 4 years ago
- Subject changed from HTTP POST & PUT service to submit nomencaltural act data for registrations to response model for registration submission webservice
- Description updated (diff)
- Status changed from Duplicate to New
- Target version set to Release 5.6
reusing this ticket for related issue ...
Updated by Andreas Kohlbecker almost 4 years ago
- Is duplicate of deleted (feature request #8086: registration submission endpoint implemented)
Updated by Andreas Kohlbecker almost 4 years ago
- Related to task #8087: improve response model of registration/identifier/{registrationID}/status.json web service added
Updated by Andreas Kohlbecker almost 4 years ago
- Target version changed from Release 5.6 to Release 5.7
Updated by Andreas Müller almost 4 years ago
- Target version changed from Release 5.7 to Release 5.8
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.8 to Release 5.10
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.10 to Release 5.11
Updated by Andreas Kohlbecker over 3 years ago
- Target version changed from Release 5.11 to Release 5.12
Updated by Andreas Kohlbecker about 3 years ago
- Target version changed from Release 5.12 to Release 5.13
Updated by Andreas Kohlbecker almost 3 years ago
- Target version changed from Release 5.13 to Release 5.14
Updated by Andreas Müller almost 3 years ago
- Target version changed from Release 5.14 to Release 5.15
Updated by Andreas Müller over 2 years ago
- Target version changed from Release 5.15 to Release 5.18
Updated by Andreas Kohlbecker about 2 years ago
- Target version changed from Release 5.18 to Release 5.19
Updated by Andreas Kohlbecker about 2 years ago
- Target version changed from Release 5.19 to Release 5.21
Updated by Andreas Müller almost 2 years ago
- Target version changed from Release 5.21 to Release 5.22
Updated by Andreas Kohlbecker almost 2 years ago
- Priority changed from Highest to Priority13
- Target version changed from Release 5.22 to Reviewed Next Major Release
Actions