PUT api/Subscription/Edit
Request Information
URI Parameters
None.
Body Parameters
SubscriptionModelName | Description | Type | Additional information |
---|---|---|---|
SubscriptionAddons | Collection of SubscriptionAddonModel |
None. |
|
Active | boolean |
None. |
|
IsInTrialMode | boolean |
None. |
|
IsPaymentMade | boolean |
None. |
|
OrgId | globally unique identifier |
None. |
|
SubscriptionExpiryDate | date |
None. |
|
SubscriptionRenewalReminder | date |
None. |
|
SubscriptionStartDate | date |
None. |
|
SubscriptionCost | decimal number |
None. |
|
Plan | PlanModel |
None. |
|
DaysLeft | integer |
None. |
|
Support | SubscriptionSupportModel |
None. |
|
SubscriptionId | globally unique identifier |
None. |
|
ZohoEstimateId | string |
None. |
|
PlanCode | string |
None. |
|
ZohoId | string |
None. |
|
Organization | OrganizationDetails |
None. |
|
PrimaryUser | UserInformation |
None. |
|
IsExpired | boolean |
None. |
|
TotalCost | decimal number |
None. |
|
PlanName | string |
None. |
|
ZohoBillToCustomerId | string |
None. |
|
RelationshipType | integer |
None. |
|
CreatedOn | date |
None. |
|
LastUpdatedOn | date |
None. |
|
OrgZohoCustomerId | string |
None. |
|
EventType | string |
None. |
|
SubscriptionStatus | string |
None. |
|
IsResumeRequested | boolean |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |