POST api/{version}/PaymentHub/GetSponsorPendingAmount?studentId={studentId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
studentId

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

StudentSponsorPayment
NameDescriptionTypeAdditional information
PendingAmount

decimal number

None.

DisplayPendingAmount

string

None.

PendingAmountInfo

string

None.

StudentId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "PendingAmount": 1.1,
  "DisplayPendingAmount": "sample string 2",
  "PendingAmountInfo": "sample string 3",
  "StudentId": 4
}