TestDeposits

APIDescription
GET api/testdeposits

This function returns all payments made

GET api/testdeposits/{indexNo}

This function returns all payments that match the index number(id) specified as parameter

GET api/testdeposits/{startDate}/{endDate}

This function returns all payments made within a specified period. The dates are passed as a string in the format yyyy-mm-dd.The specified dates are inclusive.

GET api/testdeposits/{id}

This function returns a single payment identitied by its unique key: BankEntryId (id)

POST api/testdeposits

This function facilitates the insertion of a new payment record

TestStudents

APIDescription
GET api/teststudents

obtain list of test students

GET api/teststudents/{indexNo}

obtain student with index number specified

GET api/teststudents/{id}

obtain student with record no (id) specified