

CPBM 2.1 - BSS API
Thanks to David I have the API access working.
Note in the documentation: http://support.citrix.com/proddocs/topic/cpbm-21-map/cpbm-generatingsigntre-task.html
the final URL is incorrect - the Parameter string should not be lowercase it needs to be in the original case especially the ApiKey.
Now the API is accessible, I am hitting errors when trying to create a user and an account via the API as the root user.
1. Creating a User (as per doc) receive "handleInternalServiceException-User-root org.springframework.beans.NotReadablePropertyException: Invalid property 'user' of bean class" see attached user-error.log for relevant log information â
Request:
POST /accounts/65d946ae-a757-4244-a61c-736aec45f63d/users
Data: users?username=c1user1&profile=10&apiKey=3JVTagOc6k5RDhw8fMATBLOCcnnrtLBy-BHiMLt9Y94OjYvG3fnS1CsQDxtXia7FfjARhs-qJQt18tU9EYnTsg&uuid=05ba689f-5ebe-4c07-9a2e-ef528074cdb9&firstname=User1&locale=en_US&lastname=Corp1&timezone=GMT&email=a@b.com&_=1383414790549&signature=qblP08z2tWD2OwQ0LiRUkSxXu%2BE%3D
Response:
The server couldn't fulfill the request.
Error code: 500
2. Creating an Account (as per doc) receive "handleInternalServiceException-User-root java.lang.NullPointerException" see attached account-error.log for relevant log information â
Request:
POST http://192.168.56.11:8080/portal/api/accounts
DATA: city=London&zipcode=W2&apiKey=3JVTagOc6k5RDhw8fMATBLOCcnnrtLBy-BHiMLt9Y94OjYvG3fnS1CsQDxtXia7FfjARhs-qJQt18tU9EYnTsg&usernamesuffix=&countrycode=GB&state=London&locale=en_US&street1=High+Street¤cycode=47&isdcode=44&owneremail=tariq.iqbal%40shapeblue.com&accountname=Corp+Three+Inc&ownerlastname=Three&ownerusername=corp3&accounttypeid=4&phonenumber=12345678901&ownerfirstname=Corp&sourcechannelid=1&street2=&_=1383423995460&signature=3AyApw3FydmA8xGUD0vO%2FolTSuU%3D
Response:
The server couldn't fulfill the request.
Error code: 500
Any help identifying the cause or fixing the above errors is appreciated.
Thanks
Attached Files
-
user-error.log 16.08K 2 downloads
-
account-error.log 15.19K 2 downloads