-
-
Notifications
You must be signed in to change notification settings - Fork 483
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3c3c116
commit 9c95dda
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
### `/casa_cases.json` | ||
Creates a casa case | ||
### Params: | ||
- **casa_case** | ||
Required. Contains all the object containing all the casa case params | ||
- **case_number**: "CINA-123-ABC", | ||
Required. A unique string to identify the casa case | ||
- **transition_aged_youth**: true, | ||
A boolean marking the case as transitioning or not. Currently in the process of deprecating this field | ||
- **birth_month_year_youth**: "2007-10-21", | ||
Required. A date in the format YYYY-MM-DD determining if the case as transitioning or not. | ||
- **casa_org_id**: 1, | ||
Required. The id of the casa org of the case. | ||
- **hearing_type_id**: 1, | ||
The id of the hearing type for the next court date. | ||
- **judge_id**: 1 | ||
The id of the case judge |