Project

General

Profile

feature request #8086

Updated by Andreas Kohlbecker about 5 years ago

An REST service endpoint which receives initial submissions (POST) and updates (PUT). 

 The service receives data submissions in a specific data exchange schema:    #8085 

 Upon submission the service will respond with a response object (#8095) which can either transport  

 one of the following options: 

 * An HTTP error code (400) with a detailed error message in case the submitted data was causing a problem in the phycobank system. 
 * the preliminary persistent identifier (http://phycobank.org/{integer}) for the nomenclatural act. The identifier is not made public at this point. 

 Service mappings: 

 POST: /registration/ 
 PUT: /registration/{phycobankID-urlencoded}

Back