CSC Apex API Developer Reference

csc.AutoAllocateAccountResponse

global with sharing class AutoAllocateAccountResponse

The response object, which is returned from the service following auto-allocation of a resource performed on an account.

Properties

Name Type Description
Account Account Account details with allocated resources on it using auto-allocation.
Errors List<String> Errors resulting from the corresponding request to auto-allocate.
Status csc.AutoAllocateAccountResponse.StatusValues Value representing the status of the auto-allocation process.

Enums

StatusValues

Set of values representing the status of the auto-allocation process. SUCCESS: Value to indicate whether the auto-allocation process is completed successfully. FAILURE: Value to indicate whether the auto-allocation process has failed.

© Copyright 2009–2026 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.