Created
June 4, 2018 22:58
-
-
Save cami7ord/146dc488faadd7eceba5bd7720fc9ac4 to your computer and use it in GitHub Desktop.
Process Detail
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": 1736187, | |
"caseNumber": "AB12313", | |
"name": "Camilo vs Felipe", | |
"claimants": [{ | |
"name": "Camilo Baquero", | |
"nationalId": 1032440498 | |
}], | |
"defendants": [{ | |
"name": "Felipe Rodriguez", | |
"nationalId": 1023173981 | |
}], | |
"tasks": [{ | |
"title": "Tarea 1", | |
"description": "Descripción", | |
"creationDate": "DATE", | |
"status": "TO-DO" | |
}, { | |
"title": "Tarea 2", | |
"description": "Descripción 2", | |
"creationDate": "DATE", | |
"status": "DONE" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment