Skip to content

Commit

Permalink
adding resources
Browse files Browse the repository at this point in the history
  • Loading branch information
devights committed Feb 29, 2020
1 parent 73d69dc commit d3c2e61
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
12 changes: 8 additions & 4 deletions uw_adsel/resources/adsel/file/api/v1/applications/0/123
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"campus": 0,
"academicQtrKeyId": 0,
"assignedCohort": 0,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 34,
Expand All @@ -15,7 +16,8 @@
"campus": 0,
"academicQtrKeyId": 0,
"assignedCohort": 0,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 453,
Expand All @@ -24,7 +26,8 @@
"campus": 1,
"academicQtrKeyId": 0,
"assignedCohort": 0,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 345,
Expand All @@ -33,6 +36,7 @@
"campus": 1,
"academicQtrKeyId": 0,
"assignedCohort": 0,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
}
]
12 changes: 8 additions & 4 deletions uw_adsel/resources/adsel/file/api/v1/applications/0/all
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"campus": 0,
"academicQtrKeyId": 0,
"assignedCohort": 1,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 34,
Expand All @@ -15,7 +16,8 @@
"campus": 0,
"academicQtrKeyId": 0,
"assignedCohort": 2,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 453,
Expand All @@ -24,7 +26,8 @@
"campus": 1,
"academicQtrKeyId": 0,
"assignedCohort": 2,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
},
{
"admissionsSelectionId": 345,
Expand All @@ -33,6 +36,7 @@
"campus": 1,
"academicQtrKeyId": 0,
"assignedCohort": null,
"assignedMajor": "string"
"assignedMajor": "string",
"majorProgramCode": null
}
]

0 comments on commit d3c2e61

Please sign in to comment.