Skip to content

Commit

Permalink
Create API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FireLemons authored Oct 22, 2021
1 parent 3c3c116 commit 9c95dda
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions doc/API.md
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

0 comments on commit 9c95dda

Please sign in to comment.