schedule entitlement cancellation
POST/org/:orgId/entitlement/:entitlementId/scheduleCancellation
Schedule the cancellation of the given Entitlement
Request
Path Parameters
orgId stringrequired
Organization ID
entitlementId stringrequired
Entitlement ID
- application/json
Body
required
RequestBody
cancelDate string
The cancellation date of the entitlement. It is required when the type is SpecificDate.
creationDate string
When this cancellation schedule is created.
note string
Possible values: <= 500 characters
The cancellation note. Max 500 characters.
type CancellationScheduleType (string)
Possible values: [EndOfTerm
, Immediate
, SpecificDate
]
Responses
- 200
- 400
- 500
OK
- application/json
- Schema
Schema
string
Bad request error
- application/json
- Schema
Schema
string
Internal server error
- application/json
- Schema
Schema
string
Loading...