ACTIVE state. * For FLEXIBLE subscriptions, billing is paused. * For ANNUAL_MONTHLY_PAY or ANNUAL_YEARLY_PAY subscriptions: * Suspending the subscription does not change the renewal date that was originally committed to. * A suspended subscription does not renew. If you activate the subscription after the original renewal date, a new annual subscription will be created, starting on the day of activation. We strongly encourage you to suspend subscriptions only for short periods of time as suspensions over 60 days may result in the subscription being cancelled.curl --location --request POST 'https://reseller.googleapis.com//apps/reseller/v1/customers//subscriptions//suspend'{
"billingMethod": "string",
"creationTime": "string",
"customerDomain": "string",
"customerId": "string",
"dealCode": "string",
"kind": "reseller#subscription",
"plan": {
"commitmentInterval": {
"endTime": "string",
"startTime": "string"
},
"isCommitmentPlan": true,
"planName": "string"
},
"purchaseOrderId": "string",
"renewalSettings": {
"kind": "subscriptions#renewalSettings",
"renewalType": "string"
},
"resourceUiUrl": "string",
"seats": {
"kind": "subscriptions#seats",
"licensedNumberOfSeats": 0,
"maximumNumberOfSeats": 0,
"numberOfSeats": 0
},
"skuId": "string",
"skuName": "string",
"status": "string",
"subscriptionId": "string",
"suspensionReasons": [
"string"
],
"transferInfo": {
"currentLegacySkuId": "string",
"minimumTransferableSeats": 0,
"transferabilityExpirationTime": "string"
},
"trialSettings": {
"isInTrial": true,
"trialEndTime": "string"
}
}