...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
{ data: [ { id: "NorthEastern", nfcEnabled: true, nfcSelfModificationEnabled: true, name: "North Eastern", barCodeEnabled: true, organizationId: "UNC" }, { id: "Vidant", nfcEnabled: false, nfcSelfModificationEnabled: false, name: "Vidant", barCodeEnabled: false, organizationId: "UNC" }, { id: "UNC", nfcEnabled: true, nfcSelfModificationEnabled: false, name: "UNC", barCodeEnabled: true, organizationId: "UNC" } ], statusFact: { success: true } } |
...