Last active
March 5, 2021 17:51
-
-
Save martezr/56a1c7d69e96a8dd89c0d47236a90249 to your computer and use it in GitHub Desktop.
Morpheus Option Lists Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "633450 - (R&D)", | |
"costcenter": 633450 | |
}, | |
{ | |
"id": 2, | |
"name": "633256 - (Security)", | |
"costcenter": 633256 | |
}, | |
{ | |
"id": 3, | |
"name": "632114 - (Engineering)", | |
"costcenter": 632114 | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 1, | |
"name": "Atlas", | |
"code": 455 | |
}, | |
{ | |
"id": 2, | |
"name": "Axis", | |
"code": 442 | |
}, | |
{ | |
"id": 3, | |
"name": "Orion", | |
"code": 568 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment