POST api/MyAccount/ReActivateSubscription
Reactivate subscription
Request Information
URI Parameters
None.
Body Parameters
ReActivateSubscriptionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RegistrationId | integer |
None. |
|
| SubscriptionId | integer |
None. |
|
| SubscriptionExtensionId | integer |
None. |
|
| IMS_Payments | IMS_Payments |
None. |
Request Formats
application/json, text/json
Sample:
{
"RegistrationId": 1,
"SubscriptionId": 2,
"SubscriptionExtensionId": 3,
"IMS_Payments": {
"PayID": "sample string 1",
"PaymentID": {},
"CardNumber": "sample string 3",
"CVV": "sample string 4",
"ExpMonth": 5,
"ExpYear": 6,
"CardHolderName": "sample string 7",
"CardHolderLastName": "sample string 8",
"AddressLine1": "sample string 9",
"AddressLine2": "sample string 10",
"City": "sample string 11",
"StateId": 12,
"Zip": "sample string 13",
"CountryId": 14,
"IsSaveFutureCard": true,
"StudentPaymentDetailId": 16,
"StudentPaymentProfileId": "sample string 17",
"RegistrationId": 18,
"StudentProductId": 19,
"IsUpdateSponsorCard": true
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReturnResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Message | string |
None. |
|
| AdditionalData | Object |
None. |
|
| ObjAppResponseMessage |
Gets or sets the mobile App response message |
AppResponseMessage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Message": "sample string 2",
"AdditionalData": {},
"ObjAppResponseMessage": {
"Status": true,
"Message": "sample string 2",
"AdditionalData": "sample string 3"
}
}