Skip to content

Latest commit

 

History

History
24 lines (23 loc) · 814 Bytes

documentation.md

File metadata and controls

24 lines (23 loc) · 814 Bytes

API Documentation

Accessing the endpoint

Returns the date and count for: Compliance Review, Compliance Review Suspense, Purchase Review and Purchase Review Suspense.

Example return (in JSON format)

	{
		"complianceReviewCount":5,
		"complianceReviewDate":"7/16/2021 3:36:20 PM",
		"complianceReviewSuspenseCount":1,
		"complianceReviewSuspenseDate":"7/16/2021 4:06:36 PM",
		"purchaseReviewCount":2,
		"purchaseReviewDate":"9/16/2021 12:16:27 PM",
		"purchaseReviewSuspenseCount":1,
		"purchaseReviewSuspenseDate":"8/31/2021 9:34:50 AM"
	}

SQL

Note: loanschemaContext.cs will need to be modified with the correct SQL credentials.

Deployment

  1. Build the project
  2. Run the executable CALHFA_API.exe (in /CalHFA_API/bin/Debug/net5.0)