Last active
September 10, 2021 03:51
-
-
Save minhntm/f8fb0657573db14c34ee5a22bdb1c4b2 to your computer and use it in GitHub Desktop.
This file contains hidden or 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, | |
"action": "READ", | |
"objectId": 5, // id of Invoice object, refer to objects table. | |
"condition": { | |
"departmentId": "${id}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment