POST api/v{version}/ProgressBook/UpdateStudentFeePayment
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
UpdateStudentFeePaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DistrictId | integer |
None. |
|
| PaymentHistoryId | integer |
None. |
|
| TransactionId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DistrictId": 1,
"PaymentHistoryId": 2,
"TransactionId": 3
}
application/xml, text/xml
Sample:
<UpdateStudentFeePaymentModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/K12.Shared.APIModels"> <DistrictId>1</DistrictId> <PaymentHistoryId>2</PaymentHistoryId> <TransactionId>3</TransactionId> </UpdateStudentFeePaymentModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |