POST admin/MyAccount/SendServiceRequest
Request Information
URI Parameters
None.
Body Parameters
SendServiceRequestParam| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientPlanModuleInfo | ClientPlanModuleInfo |
None. |
|
| RequestInfo | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ClientPlanModuleInfo": {
"ModuleId": 1,
"ModuleCode": "sample string 2",
"ModuleDescription": "sample string 3",
"ModuleTypeId": "sample string 4",
"ModuleTypeDescription": "sample string 5",
"PlanTypeId": "Metered",
"PlanTypeDescription": "sample string 6",
"MonthlyPrice": 1.0,
"YearlyPrice": 1.0,
"IsModuleActivated": true,
"AmountDue": 1.0,
"ClientPrice": 1.0,
"NextRenewalDate": "2025/12/25 18:07:20",
"ClientSystemModulePricingId": 1,
"ModuleTypeSortOrder": 8,
"Quantity": 9,
"ProductId": 10
},
"RequestInfo": "sample string 1"
}
application/xml, text/xml
Sample:
<SendServiceRequestParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Accounts.API.Controllers.MyAccount">
<ClientPlanModuleInfo xmlns:d2p1="http://schemas.datacontract.org/2004/07/Account.DTO.Library.Financial.Plan">
<d2p1:AmountDue>1</d2p1:AmountDue>
<d2p1:ClientPrice>1</d2p1:ClientPrice>
<d2p1:ClientSystemModulePricingId>1</d2p1:ClientSystemModulePricingId>
<d2p1:IsModuleActivated>true</d2p1:IsModuleActivated>
<d2p1:ModuleCode>sample string 2</d2p1:ModuleCode>
<d2p1:ModuleDescription>sample string 3</d2p1:ModuleDescription>
<d2p1:ModuleId>1</d2p1:ModuleId>
<d2p1:ModuleTypeDescription>sample string 5</d2p1:ModuleTypeDescription>
<d2p1:ModuleTypeId>sample string 4</d2p1:ModuleTypeId>
<d2p1:ModuleTypeSortOrder>8</d2p1:ModuleTypeSortOrder>
<d2p1:MonthlyPrice>1</d2p1:MonthlyPrice>
<d2p1:NextRenewalDate>2025-12-25T18:07:20.8004875+00:00</d2p1:NextRenewalDate>
<d2p1:PlanTypeDescription>sample string 6</d2p1:PlanTypeDescription>
<d2p1:PlanTypeId>Metered</d2p1:PlanTypeId>
<d2p1:ProductId>10</d2p1:ProductId>
<d2p1:Quantity>9</d2p1:Quantity>
<d2p1:YearlyPrice>1</d2p1:YearlyPrice>
</ClientPlanModuleInfo>
<RequestInfo>sample string 1</RequestInfo>
</SendServiceRequestParam>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ITypedResponseOfNullableOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | boolean |
None. |
|
| Category | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.