GET api/UpgradePlan/GetPlan/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PlanViewModel
NameDescriptionTypeAdditional information
ErpApps

Collection of ErpAppModel

None.

PlanId

globally unique identifier

None.

PlanName

string

None.

PlanCost

decimal number

None.

Description

string

None.

Ordering

integer

None.

SupportsTrial

boolean

None.

TrialExpirySeed

string

None.

PlanExpiryDuration

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "ErpApps": null,
  "PlanId": "3defccf0-257f-4f2b-8ef7-55454f5b7946",
  "PlanName": "sample string 2",
  "PlanCost": 1.0,
  "Description": "sample string 3",
  "Ordering": 1,
  "SupportsTrial": true,
  "TrialExpirySeed": "sample string 4",
  "PlanExpiryDuration": 1
}