Tag Name & type | # | Description |
---|
ProfileUpdateRequest | | Namespace of this element is http://ws.easylink.com/ProfileUpdate/2011/01 |
| SubmitId xs:string | 0-1 | Optional string identifying request, which will be echoed in result. |
| ProfileUpdateItem ProfileUpdateSpecType | 1- | Each ProfileUpdateItem specifies a profile field to be updated. |
| ProfileLevel ProfileLevelType | 1 | The level of profile information being updated - one of:
("system" is not accepted for an update request) |
| ProfileEntityId xs:integer | 1 | The entity id number for which profile information is being updated. For user level, this must be the UserAccountNumber. For group level, this must be the GroupNo. For customer level, this must be the CustomerNumber. |
ProfileEntityName ProfileEntityNameType | 1 | Updates for user level information may use the user id string in this value as an alternative to the ProfileEntityId. This is only available for user level requests.
This field may also identify a user using a recognized alias (similar to RequesterId) by specifing the type of alias in the aliasType attribute. |
| @aliasType xs:string | 0-1 | If the ProfileEntityName contains an alias rather than a user id, the type of the alias must be specified using this attribute.
The following alias type prefixes are supported:
- M2F
- F2M
- SMS
- MPI
- INTERNET
- INBOUND_FAX
- SMS_SHORT_CODE
- MOBILE_PHONE_ID
|
| ProfileItemName xs:string | 1 | Specifies a profile item by name whose value is to be updated. |
| NewItemValue xs:string | 1 | The new value for the profile item. |