Overview
Error Handling

Methods

API Documentation (API Version bleed)

Account/ChangeOrder/Source/

DESCRIPTION

This section contains methods to manage change order source metadata.

cancellationReasons

URL:

https://api.liquidweb.com/bleed/Account/ChangeOrder/Source/cancellationReasons

Description:

Get list of cancellation reasons

Parameters:

No Values Defined

Returns:

FieldType
reasonsAn array of a string permitting tabs, carriage returns and newlines

Possible Errors:

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

create

URL:

https://api.liquidweb.com/bleed/Account/ChangeOrder/Source/create

Description:

Create change order source metadata for a subaccnt.

Parameters:

ParameterTypeNotes
detailsA string permitting tabs, carriage returns and newlines* Required
eventA string consisting of only letters, digits, hyphens, spaces, and underscores.
subaccntA valid id number (a positive integer).* Required if:
  • uniq_id is not given
typeA string consisting of only letters, digits, hyphens, spaces, and underscores.* Required
uniq_idA six-character identifier, containing only capital letters and digits.

Returns:

FieldTypeNotes
change_order_idA valid id number (a positive integer).* Optional
created_dateA valid date and time in YYYY-MM-DD HH:MM:SS format, or a DateTime object.* Optional
idA valid id number (a positive integer).* Optional
source_detailsA string permitting tabs, carriage returns and newlines* Optional
source_extraA string permitting tabs, carriage returns and newlines* Optional
source_typeA string consisting of only letters, digits, hyphens, spaces, and underscores.* Optional

Possible Errors:

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