Skip to content

Rejects a pending request; the plan is not changed.

POST
/api/v1/provision/admin/plan-change-requests/{requestId}/reject
curl --request POST \
--url https://example.com/api/v1/provision/admin/plan-change-requests/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/reject \
--header 'Content-Type: application/json' \
--data '{ "note": "example" }'
requestId
required
string format: uuid

The plan-change request.

Optional note shown to the requester.

One of:
null
Examplegenerated
{
"note": "example"
}

OK

A plan-change request and its decision state.

object
id
string format: uuid
entitlementId
string format: uuid
currentPlanName
null | string
requestedPlanName
string
requestedAt
string format: date-time
requesterEmail

The requester’s notification email (their own address; empty for pure device activations).

null | string
status

Decision state of a consumer plan-change request.

Allowed values: Pending Approved Rejected
applied

True when the requested plan is active (the request was approved and applied).

boolean
reviewedBy
null | string
reviewedAt
null | string format: date-time
reviewNote
null | string

Not Found

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string

Conflict

object
type
null | string
title
null | string
status
null | integer | string format: int32
/^-?(?:0|[1-9]\d*)$/
detail
null | string
instance
null | string