PersonaServiceService
| Namespace: | http://api.ifyouwannabecool.com/ |
| WSDL: | api.wsdl |
| Path: | /soap/PersonaServiceService |
The persona services is used to perform actions on the data associated with a persona.
The following methods are available on this endpoint:
readPersona
Reads a persona.
Input Parameters
| name | description |
|---|---|
| personaId | The id of the persona to read. |
Return Value
The persona.
storePersona
Store a persona.
Input Parameters
| name | description |
|---|---|
| persona | The persona to store. |
deletePersona
Delete a persona.
Input Parameters
| name | description |
|---|---|
| personaId | The id of the persona to delete. |
Return Value
Whether the persona was successfully deleted.
Faults
| name | description |
|---|---|
| PermissionDeniedException | If you don't have permission to delete the persona. |