POST api/Agency/UpdateAgencyPlan
Request Information
URI Parameters
None.
Body Parameters
UpdateAgencyPlanRequestVMName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
AgencyId | string |
None. |
|
AdminUserId | string |
None. |
|
PlanId | string |
None. |
|
MonthlyPlanCost | decimal number |
None. |
|
AnnualyPlanCost | decimal number |
None. |
|
PlanCreditCost | decimal number |
None. |
|
ExtraCreditCost | decimal number |
None. |
|
SubAccountsCost | decimal number |
None. |
|
UsersCost | decimal number |
None. |
|
BatchQrCodesCost | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "sample string 1", "AgencyId": "sample string 2", "AdminUserId": "sample string 3", "PlanId": "sample string 4", "MonthlyPlanCost": 5.0, "AnnualyPlanCost": 6.0, "PlanCreditCost": 7.0, "ExtraCreditCost": 8.0, "SubAccountsCost": 9.0, "UsersCost": 10.0, "BatchQrCodesCost": 11.0 }
application/xml, text/xml
Sample:
<UpdateAgencyPlanRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.Agency"> <AdminUserId>sample string 3</AdminUserId> <AgencyId>sample string 2</AgencyId> <AnnualyPlanCost>6</AnnualyPlanCost> <BatchQrCodesCost>11</BatchQrCodesCost> <ExtraCreditCost>8</ExtraCreditCost> <MonthlyPlanCost>5</MonthlyPlanCost> <PlanCreditCost>7</PlanCreditCost> <PlanId>sample string 4</PlanId> <SubAccountsCost>9</SubAccountsCost> <UsersCost>10</UsersCost> <Id>sample string 1</Id> </UpdateAgencyPlanRequestVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.