POST admin/MyAccount/ActivateModule
Request Information
URI Parameters
None.
Body Parameters
ClientModule| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ClientPlanId | integer |
None. |
|
| IsTransactionProcessed | boolean |
None. |
|
| TransactionProcessingAttempts | integer |
None. |
|
| Quantity | integer |
None. |
|
| IncludedInPlan | boolean |
None. |
|
| StartDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | string |
None. |
|
| UpdatedDate | date |
None. |
|
| ModuleId | integer |
None. |
|
| ModuleCode | string |
None. |
|
| ModuleDescription | string |
None. |
|
| ModuleTypeId | string |
None. |
|
| ModuleTypeDescription | string |
None. |
|
| PlanTypeId | PlanType |
None. |
|
| PlanTypeDescription | string |
None. |
|
| MonthlyPrice | decimal number |
None. |
|
| YearlyPrice | decimal number |
None. |
|
| IsModuleActivated | boolean |
None. |
|
| AmountDue | decimal number |
None. |
|
| ClientPrice | decimal number |
None. |
|
| NextRenewalDate | date |
None. |
|
| ClientSystemModulePricingId | integer |
None. |
|
| ModuleTypeSortOrder | integer |
None. |
|
| Quantity | integer |
None. |
|
| ProductId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ClientPlanId": 1,
"IsTransactionProcessed": true,
"TransactionProcessingAttempts": 3,
"Quantity": 1,
"IncludedInPlan": true,
"StartDate": "2026/02/24 18:09:34",
"CreatedBy": "sample string 6",
"CreatedDate": "2026/02/24 18:09:34",
"UpdatedBy": "sample string 8",
"UpdatedDate": "2026/02/24 18:09:34",
"ModuleId": 10,
"ModuleCode": "sample string 11",
"ModuleDescription": "sample string 12",
"ModuleTypeId": "sample string 13",
"ModuleTypeDescription": "sample string 14",
"PlanTypeId": "Metered",
"PlanTypeDescription": "sample string 15",
"MonthlyPrice": 1.0,
"YearlyPrice": 1.0,
"IsModuleActivated": true,
"AmountDue": 1.0,
"ClientPrice": 1.0,
"NextRenewalDate": "2026/02/24 18:09:34",
"ClientSystemModulePricingId": 1,
"ModuleTypeSortOrder": 17,
"ProductId": 19
}
application/xml, text/xml
Sample:
<ClientModule xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.DTO.Library.Financial.Plan"> <AmountDue>1</AmountDue> <ClientPrice>1</ClientPrice> <ClientSystemModulePricingId>1</ClientSystemModulePricingId> <IsModuleActivated>true</IsModuleActivated> <ModuleCode>sample string 11</ModuleCode> <ModuleDescription>sample string 12</ModuleDescription> <ModuleId>10</ModuleId> <ModuleTypeDescription>sample string 14</ModuleTypeDescription> <ModuleTypeId>sample string 13</ModuleTypeId> <ModuleTypeSortOrder>17</ModuleTypeSortOrder> <MonthlyPrice>1</MonthlyPrice> <NextRenewalDate>2026-02-24T18:09:34.0455382+00:00</NextRenewalDate> <PlanTypeDescription>sample string 15</PlanTypeDescription> <PlanTypeId>Metered</PlanTypeId> <ProductId>19</ProductId> <Quantity>18</Quantity> <YearlyPrice>1</YearlyPrice> <ClientPlanId>1</ClientPlanId> <CreatedBy>sample string 6</CreatedBy> <CreatedDate>2026-02-24T18:09:34.0455382+00:00</CreatedDate> <Id>1</Id> <IncludedInPlan>true</IncludedInPlan> <IsTransactionProcessed>true</IsTransactionProcessed> <Quantity>1</Quantity> <StartDate>2026-02-24T18:09:34.0455382+00:00</StartDate> <TransactionProcessingAttempts>3</TransactionProcessingAttempts> <UpdatedBy>sample string 8</UpdatedBy> <UpdatedDate>2026-02-24T18:09:34.0455382+00:00</UpdatedDate> </ClientModule>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ITypedResponseOfClientModule| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | ClientModule |
None. |
|
| Category | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.