...
URL |
or catissuecore/rest/ng/specimen/print-rules/{ruleId} |
Method | PUT |
Request | application/json |
json | { "name":"My PrintRule", "specimenClass" : "Fluid", "specimenType" : "Any", "labelType" : ["Cap+Slide"], "dataOnLabel" : ["Specimen Label","Specimen type","CP title","Created On"], "printerName" : "TB2", "workstationIP" : "127.0.0.1" } |
Response | { "id" : 1, "name":"My PrintRule", "specimenClass" : "Fluid", "specimenType" : "Any", "labelType" : "Cap+Slide", "dataOnLabel" : ["Specimen Label","Specimen type","CP title","Created On"], "printerName" : "TB2", "workstationIP" : "127.0.0.1" } |
...