regis

<back to all web services

FinancialAidAllocationReviewRequest

Requires Authentication
Required role:REGISUserRole
The following routes are available for this service:
POST/Finance/FinancialAid/AllocationReview/{reporting_term}
FinancialAidAllocationReviewRequest Parameters:
NameParameterData TypeRequiredDescription
reporting_termpathstringNo
authorizing_uuidbodystringNo
FinancialAidAllocationReviewResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
reporting_termformstringNo
budget_amountformdecimalNo
committed_amountformdecimalNo
proposed_amountformdecimalNo
projected_unused_amountformdecimalNo
actionable_unmet_amountformdecimalNo
awardsformList<FinancialAidAllocationAwardResponse>No
incomplete_candidatesformList<FinancialAidAllocationCandidateResponse>No
conflictsformList<FinancialAidAllocationConflictResponse>No
FinancialAidAllocationAwardResponse Parameters:
NameParameterData TypeRequiredDescription
award_codeformstringNo
award_descriptionformstringNo
budget_amountformdecimalNo
planned_or_offered_amountformdecimalNo
accepted_or_issued_amountformdecimalNo
committed_amountformdecimalNo
reclaimable_amountformdecimalNo
proposed_amountformdecimalNo
projected_remaining_amountformdecimalNo
must_award_whole_budgetformboolNo
requires_manual_reviewformboolNo
manual_review_noteformstringNo
required_recipient_countformint?No
requires_equal_sharesformboolNo
application_cyclesformList<FinancialAidAllocationCycleResponse>No
proposalsformList<FinancialAidAllocationProposalResponse>No
FinancialAidAllocationCycleResponse Parameters:
NameParameterData TypeRequiredDescription
application_start_termformstringNo
is_fallback_releasedformboolNo
fallback_release_dateformDateTime?No
fallback_released_byformstringNo
primary_candidatesformList<FinancialAidAllocationCandidateResponse>No
fallback_candidatesformList<FinancialAidAllocationCandidateResponse>No
manual_review_candidatesformList<FinancialAidAllocationCandidateResponse>No
FinancialAidAllocationCandidateResponse Parameters:
NameParameterData TypeRequiredDescription
application_uuidformstringNo
uuidformstringNo
regent_idformintNo
first_nameformstringNo
last_nameformstringNo
application_start_termformstringNo
current_statusformstringNo
submitted_dateformDateTime?No
eligibility_tierformstringNo
award_targetformdecimalNo
committed_amountformdecimalNo
unmet_amountformdecimalNo
proposed_amountformdecimalNo
incomplete_reasonformstringNo
FinancialAidAllocationProposalResponse Parameters:
NameParameterData TypeRequiredDescription
application_uuidformstringNo
regent_idformintNo
student_nameformstringNo
application_start_termformstringNo
eligibility_tierformstringNo
amountformdecimalNo
FinancialAidAllocationConflictResponse Parameters:
NameParameterData TypeRequiredDescription
award_codeformstringNo
award_descriptionformstringNo
application_start_termformstringNo
fallback_application_uuidformstringNo
fallback_student_nameformstringNo
fallback_statusformstringNo
reclaimable_amountformdecimalNo
primary_application_uuidformstringNo
primary_student_nameformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Finance/FinancialAid/AllocationReview/{reporting_term} HTTP/1.1 
Host: data.regent-college.edu 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"reporting_term":"String","authorizing_uuid":"String"}
HTTP/1.1 200 OK
Content-Type: text/jsonl
Content-Length: length

{"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}},"reporting_term":"String","budget_amount":0,"committed_amount":0,"proposed_amount":0,"projected_unused_amount":0,"actionable_unmet_amount":0,"awards":[{"award_code":"String","award_description":"String","budget_amount":0,"planned_or_offered_amount":0,"accepted_or_issued_amount":0,"committed_amount":0,"reclaimable_amount":0,"proposed_amount":0,"projected_remaining_amount":0,"must_award_whole_budget":false,"requires_manual_review":false,"manual_review_note":"String","required_recipient_count":0,"requires_equal_shares":false,"application_cycles":[{"application_start_term":"String","is_fallback_released":false,"fallback_release_date":"0001-01-01T00:00:00.0000000","fallback_released_by":"String","primary_candidates":[{"application_uuid":"String","uuid":"String","regent_id":0,"first_name":"String","last_name":"String","application_start_term":"String","current_status":"String","submitted_date":"0001-01-01T00:00:00.0000000","eligibility_tier":"String","award_target":0,"committed_amount":0,"unmet_amount":0,"proposed_amount":0,"incomplete_reason":"String"}],"fallback_candidates":[{"application_uuid":"String","uuid":"String","regent_id":0,"first_name":"String","last_name":"String","application_start_term":"String","current_status":"String","submitted_date":"0001-01-01T00:00:00.0000000","eligibility_tier":"String","award_target":0,"committed_amount":0,"unmet_amount":0,"proposed_amount":0,"incomplete_reason":"String"}],"manual_review_candidates":[{"application_uuid":"String","uuid":"String","regent_id":0,"first_name":"String","last_name":"String","application_start_term":"String","current_status":"String","submitted_date":"0001-01-01T00:00:00.0000000","eligibility_tier":"String","award_target":0,"committed_amount":0,"unmet_amount":0,"proposed_amount":0,"incomplete_reason":"String"}]}],"proposals":[{"application_uuid":"String","regent_id":0,"student_name":"String","application_start_term":"String","eligibility_tier":"String","amount":0}]}],"incomplete_candidates":[{"application_uuid":"String","uuid":"String","regent_id":0,"first_name":"String","last_name":"String","application_start_term":"String","current_status":"String","submitted_date":"0001-01-01T00:00:00.0000000","eligibility_tier":"String","award_target":0,"committed_amount":0,"unmet_amount":0,"proposed_amount":0,"incomplete_reason":"String"}],"conflicts":[{"award_code":"String","award_description":"String","application_start_term":"String","fallback_application_uuid":"String","fallback_student_name":"String","fallback_status":"String","reclaimable_amount":0,"primary_application_uuid":"String","primary_student_name":"String"}]}