POST api/v1/pg_RegistrationFee

Request Information

URI Parameters

None.

Body Parameters

Pg_RegistrationFeeVM
NameDescriptionTypeAdditional information
registrationFeeId

integer

None.

postgraduateTypeId

integer

None.

amount

decimal number

None.

lateFee

decimal number

None.

isVatApply

boolean

None.

tenantId

integer

None.

createdBy

integer

None.

dateCreated

date

None.

Request Formats

application/json, text/json

Sample:
{
  "registrationFeeId": 1,
  "postgraduateTypeId": 1,
  "amount": 1.0,
  "lateFee": 1.0,
  "isVatApply": true,
  "tenantId": 1,
  "createdBy": 1,
  "dateCreated": "2024-09-19T09:48:13.8144889-07:00"
}

application/xml, text/xml

Sample:
<Pg_RegistrationFeeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <amount>1</amount>
  <createdBy>1</createdBy>
  <dateCreated>2024-09-19T09:48:13.8144889-07:00</dateCreated>
  <isVatApply>true</isVatApply>
  <lateFee>1</lateFee>
  <postgraduateTypeId>1</postgraduateTypeId>
  <registrationFeeId>1</registrationFeeId>
  <tenantId>1</tenantId>
</Pg_RegistrationFeeVM>

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.