POST admin/MyAccount/ActivateModule
Request Information
URI Parameters
None.
Body Parameters
ClientModuleName | 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": "2025/03/28 17:09:20", "CreatedBy": "sample string 6", "CreatedDate": "2025/03/28 17:09:20", "UpdatedBy": "sample string 8", "UpdatedDate": "2025/03/28 17:09:20", "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": "2025/03/28 17:09:20", "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>2025-03-28T17:09:20.9981589+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>2025-03-28T17:09:20.9981589+00:00</CreatedDate> <Id>1</Id> <IncludedInPlan>true</IncludedInPlan> <IsTransactionProcessed>true</IsTransactionProcessed> <Quantity>1</Quantity> <StartDate>2025-03-28T17:09:20.9981589+00:00</StartDate> <TransactionProcessingAttempts>3</TransactionProcessingAttempts> <UpdatedBy>sample string 8</UpdatedBy> <UpdatedDate>2025-03-28T17:09:20.9981589+00:00</UpdatedDate> </ClientModule>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ITypedResponseOfClientModuleName | Description | Type | Additional information |
---|---|---|---|
Result | ClientModule |
None. |
|
Category | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.