Overview
Error Handling

Methods

API Documentation (API Version bleed)

SecureDatashare/TicketLink/

Description

Methods for working with the linkage between secure datashares and Salesforce tickets

create

URL:

https://api.liquidweb.com/bleed/SecureDatashare/TicketLink/create

Description:

Creates a link between a secure datashare and a Salesforce Ticket

Parameters:

ParameterTypeNotes
datashare_idA valid id number (a positive integer).* Required
ticketEither: a valid identifier for a Salesforce Case; or a positive integer value (i.e. 1 and up).; or a positive integer value (i.e. 1 and up), potentially with leading zeros.* Required

Returns:

FieldType
successA boolean value (0 or 1).

Possible Errors:

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

remove

URL:

https://api.liquidweb.com/bleed/SecureDatashare/TicketLink/remove

Description:

Remove the link between a secure datashare and a Salesforce Ticket

Parameters:

ParameterTypeNotes
datashare_idA valid id number (a positive integer).* Required
ticketEither: a valid identifier for a Salesforce Case; or a positive integer value (i.e. 1 and up).; or a positive integer value (i.e. 1 and up), potentially with leading zeros.* Required

Returns:

FieldType
successA boolean value (0 or 1).

Possible Errors:

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