POST Payments/RefreshApplicationRRR

Request Information

URI Parameters

None.

Body Parameters

ApplicationFeesDTO
NameDescriptionTypeAdditional information
RefNo

string

None.

FullName

string

None.

Session

string

None.

TranzgateClientId

string

None.

TranzgateClientDesc

string

None.

TranzgatePaymentCode

string

None.

CollectionTypeName

string

None.

Amount

string

None.

IsRemita

boolean

None.

CollectionID

string

Required

Request Formats

application/json, text/json

Sample:
{
  "RefNo": "sample string 1",
  "FullName": "sample string 2",
  "Session": "sample string 3",
  "TranzgateClientId": "sample string 4",
  "TranzgateClientDesc": "sample string 5",
  "TranzgatePaymentCode": "sample string 6",
  "CollectionTypeName": "sample string 7",
  "Amount": "sample string 8",
  "IsRemita": true,
  "CollectionID": "sample string 10"
}

application/xml, text/xml

Sample:
<ApplicationFeesDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StudentPortalAPI.EntityDTOs.Payments">
  <Amount>sample string 8</Amount>
  <CollectionID>sample string 10</CollectionID>
  <CollectionTypeName>sample string 7</CollectionTypeName>
  <FullName>sample string 2</FullName>
  <IsRemita>true</IsRemita>
  <RefNo>sample string 1</RefNo>
  <Session>sample string 3</Session>
  <TranzgateClientDesc>sample string 5</TranzgateClientDesc>
  <TranzgateClientId>sample string 4</TranzgateClientId>
  <TranzgatePaymentCode>sample string 6</TranzgatePaymentCode>
</ApplicationFeesDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.