Skip to main content

withdraw entitlement cancellation request

POST 

/org/:orgId/entitlement/:entitlementId/cancel/withdraw

Withdraw an entitlement cancellation request.

Request

Path Parameters

    orgId stringrequired

    Organization ID

    entitlementId stringrequired

    Entitlement ID

Body

required

Withdraw request body

    oneOf

    cancellationReason string

    CancellationReason is the reason for withdrawing the cancellation request.

Responses

OK

Schema

    createdAt date-time

    CreatedAt holds the value of the "created_at" field.

    createdBy

    object

    CreatedBy holds the value of the "created_by" field.

    email string

    The email of the creator.

    entityId string

    The ID of the creator.

    entityType EntityType (string)

    Possible values: [``, API_CLIENT, AUDITING_EVENT, AUTO_SHARE_TASK, BUYER, CONTACT, ENTITLEMENT, ENTITLEMENT_TERM, FUNDING_APPLICATION, HEADLESS_ENTITLEMENTS, HUBSPOT_USER, INTEGRATION, INTERNAL_ACTION_REQUEST, INVOICE, JOIN_ORG_REQUEST, NEW_CLIENT, NOTIFICATION_MESSAGE, OFFER, ORGANIZATION, PAYMENT_TRANSACTION, PRODUCT, REFERRAL, REVENUE_RECORD, SERVICE, SUPPORT_TICKET, UNPURCHASED_OFFERS, USAGE_RECORD_GROUP, USAGE_RECORD_REPORT, USER, WORKFLOW, WORKFLOW_EXECUTION, WORKFLOW_WEBHOOK, ORGANIZATION_INFO]

    The Entity type of the creator, either USER or API_CLIENT.

    name string

    The name of the creator.

    entitlementID string

    EntitlementID holds the value of the "entitlement_id" field.

    externalRequestID string

    ExternalRequestID holds the value of the "external_request_id" field.

    id string

    ID of the ent.

    info

    object

    Info holds the value of the "info" field.

    awsClientToken string

    AwsClientToken is the UUID client token for idempotency.

    awsReasonCode string

    AwsReasonCode is the cancellation reason code from AWS SDK.

    awsReasonDescription string

    AwsReasonDescription is the description of the cancellation reason.

    lastUpdatedAt date-time

    LastUpdatedAt holds the value of the "last_updated_at" field.

    organizationID string

    OrganizationID holds the value of the "organization_id" field.

    partner string

    Partner holds the value of the "partner" field.

    status string

    Status holds the value of the "status" field.

    statusMessage string

    StatusMessage holds the value of the "status_message" field.

Loading...