POST api/Agency/SaveAgencyPlan
Request Information
URI Parameters
None.
Body Parameters
SaveAgencyPlanRequestVMName | Description | Type | Additional information |
---|---|---|---|
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:
{ "AgencyId": "sample string 1", "AdminUserId": "sample string 2", "PlanId": "sample string 3", "MonthlyPlanCost": 4.0, "AnnualyPlanCost": 5.0, "PlanCreditCost": 6.0, "ExtraCreditCost": 7.0, "SubAccountsCost": 8.0, "UsersCost": 9.0, "BatchQrCodesCost": 10.0 }
application/xml, text/xml
Sample:
<SaveAgencyPlanRequestVM 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 2</AdminUserId> <AgencyId>sample string 1</AgencyId> <AnnualyPlanCost>5</AnnualyPlanCost> <BatchQrCodesCost>10</BatchQrCodesCost> <ExtraCreditCost>7</ExtraCreditCost> <MonthlyPlanCost>4</MonthlyPlanCost> <PlanCreditCost>6</PlanCreditCost> <PlanId>sample string 3</PlanId> <SubAccountsCost>8</SubAccountsCost> <UsersCost>9</UsersCost> </SaveAgencyPlanRequestVM>
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.