Project

General

Profile

Actions

feature request #8095

open

feature request #8086: registration submission endpoint implemented

response model for registration submission webservice

Added by Andreas Kohlbecker about 5 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Priority13
Category:
cdmlib-remote
Start date:
Due date:
% Done:

0%

Estimated time:
Severity:
normal
Tags:

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:

  1. 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.
  2. 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

Related to EDIT - task #8087: improve response model of registration/identifier/{registrationID}/status.json web serviceNewAndreas Kohlbecker

Actions
Actions

Also available in: Atom PDF