POST api/OutcomePayment/ProcessOutcomePayment
Request Information
URI Parameters
None.
Body Parameters
OutcomePaymentRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
|
SessionId | integer |
Required |
|
TermId | integer |
Required |
|
PayTo | string |
Required |
|
Naration | string |
Required |
|
AmountPaid | decimal number |
Required |
|
PaymentDate | date |
Required |
|
processop | string |
Required |
|
username | string |
Required |
|
accesskey | string |
Required |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "SessionId": 2, "TermId": 3, "PayTo": "sample string 4", "Naration": "sample string 5", "AmountPaid": 6.0, "PaymentDate": "2025-06-11T20:41:26.1970696-07:00", "processop": "sample string 8", "username": "sample string 9", "accesskey": "sample string 10" }
text/html
Sample:
{"Id":1,"SessionId":2,"TermId":3,"PayTo":"sample string 4","Naration":"sample string 5","AmountPaid":6.0,"PaymentDate":"2025-06-11T20:41:26.1970696-07:00","processop":"sample string 8","username":"sample string 9","accesskey":"sample string 10"}
application/xml, text/xml
Sample:
<OutcomePaymentRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models.RequestModel"> <AmountPaid>6</AmountPaid> <Id>1</Id> <Naration>sample string 5</Naration> <PayTo>sample string 4</PayTo> <PaymentDate>2025-06-11T20:41:26.1970696-07:00</PaymentDate> <SessionId>2</SessionId> <TermId>3</TermId> <accesskey>sample string 10</accesskey> <processop>sample string 8</processop> <username>sample string 9</username> </OutcomePaymentRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.