POST api/{version}/PaymentHub/GetSponsorPendingAmount?studentId={studentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| studentId | integer |
Required |
|
| version | string |
None. |
Body Parameters
None.
Response Information
Resource Description
StudentSponsorPayment| Name | Description | Type | Additional 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
}