Cisco Cisco Prime Collaboration Provisioning 11.2 User Guide

Page of 78
 
 
© 2012-2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. 
Page 30 of 78 
 
Throws
DeleteDomainException—If the server cannot execute the NBI request. 
ASyncReturn
• CupmApiResultValue—Contains CupmApiStatus only. 
• CupmApiFaultType—Included if the NBI request fails. 
 
Service Area String Management Commands and Queries 
The Prime Collaboration Provisioning NBI supports full management of the Prime Collaboration Provisioning 
Service Area object. 
 
Note: The CreateServiceArea NBI allows you to associate a directory number block to the Service Area even if 
the Service Area is not associated to a Call Processor. The Prime Collaboration Provisioning user interface does 
not allow you to do this. 
createServiceArea Java Signature 
Creates a new Service Area. 
Syntax
public ResponseReturn createServiceArea (CUPMServiceStub stub, ServiceAreaValue serviceArea, String 
endPointReference, String idPrefix); 
Parameters
•  serviceArea—ServiceArea object with attribute keys and attribute name-value pairs set to their initial 
value. 
•  endPointReference—String to convert to an EndpointReference object that the asynchronous result 
notification will be sent to. 
•  idPrefix—String that is added to the beginning of the internally generated numeric to form the NBI ID. Null 
or empty string valid for no change to internal generation. 
 
Returns
CupmApiResponseValue—Object with NBI ID.