jsonCreateRepository

The Shared Platform implements a number of JSON REST Services that allows full customisation of interactions between client systems and the platform. jsonCreateRepository: Create a meta-data repository in the user's area in the Shared Portal

 Live document is here.

 

Description



Create a Repository (previously called Custodian) in the data portal


Arguments

  

  • title

  • description

  • contact

  • phone

  • fax

  • street

  • city

  • region

  • postalcode

  • country

  • website

  • logo

  • keywords

  • DOI Data - see Institution

  • parent institution - - see Institution

  • Custodian Questions - see Institution


Return values

 

A JSON object of the form:

{ ‘status’ : ‘success|failed’,

 ‘msgs’ : [error1, error2],

 ‘url’: url to new repository  

}