POST api/{version}/ProductSubscription/SaveProductSubscriptionExtensionRequests

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

ProductSubscriptionInput
NameDescriptionTypeAdditional information
StudentProductId

integer

None.

CardDetails

IMS_Payments

None.

UserId

integer

None.

UserType

string

None.

AutoRenewal

boolean

None.

IsExtension

boolean

None.

FeeAdj

Collection of StudentsFeeAdjustments

None.

isOnlySubmit

boolean

None.

isPayByStudent

boolean

None.

Request Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'FeeAdj[0].StudentFeeAdjustmentList'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Self referencing loop detected with type 'ImsApi.Models.StudentsFeeAdjustments'. Path 'FeeAdj[0].StudentFeeAdjustmentList'.

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ProductSubscriptionInput'.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>