...
URL | http://<host>:<port>/ catissuecore/rest/ng/print-rules |
Method | POST |
Request | application/json |
json | { "name":"My PrintRule", "specimenClass" : "Fluid", "SpecimenTypespecimenType" : "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", "SpecimenTypespecimenType" : "Any", "labelType" : "Cap+ Slide", "dataOnLabel" : "Specimen Label, Specimen type,CP title,Created On", "printerName" : "TB2", "workstationIP" : "127.0.0.1" } |
...