Overview
Error Handling

Methods

API Documentation (API Version bleed)

Asset/Cancellation/Request/

DESCRIPTION

This section of the API provides methods for requesting termination of a particular asset, and managing such requests.

create

URL:

https://api.liquidweb.com/bleed/Asset/Cancellation/Request/create

Description:

Create a cancellation request (a support ticket). Returns the ticket number.

Parameters:

ParameterTypeNotes
additional_informationA string permitting tabs, carriage returns and newlines
cancellation_reasonA string of text, containing no newlines or other control characters.* Required
uniq_idA six-character identifier, containing only capital letters and digits.* Required

Returns:

FieldTypeNotes
additional_informationA string permitting tabs, carriage returns and newlines* Optional
cancellation_reasonA string of text, containing no newlines or other control characters.* Optional
cancellation_ticketA string of text, containing no newlines or other control characters.* Optional
offer_assistanceA boolean value (0 or 1).
uniq_idA six-character identifier, containing only capital letters and digits.* Optional

Possible Errors:

Refer to the Error Handling documentation for the list of exception types

details

URL:

https://api.liquidweb.com/bleed/Asset/Cancellation/Request/details

Description:

This method return the cancellation request details.

Parameters:

ParameterTypeNotes
uniq_idA six-character identifier, containing only capital letters and digits.* Required

Returns:

FieldTypeNotes
additional_informationA string permitting tabs, carriage returns and newlines* Optional
cancellation_reasonA string of text, containing no newlines or other control characters.* Optional
cancellation_ticketA string of text, containing no newlines or other control characters.* Optional
offer_assistanceA boolean value (0 or 1).
uniq_idA six-character identifier, containing only capital letters and digits.* Optional

Possible Errors:

Refer to the Error Handling documentation for the list of exception types