Project

General

Profile

task #8087

Updated by Andreas Kohlbecker about 5 years ago

web service implemented for #7927 (commit:ebbad31) 

 response model currently: 

 ~~~json 
 { 
     "String": "PUBLISHED" 
 } 
 ~~~ 

 needed: 

 ~~~json 
 { 
     "registrationId" : "{Registration.identifier}" 
     "status": "{Registration.status}" 
 } 
 ~~~ 

 Use the same response model as for #8095?

Back