Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Import answers for user services if there is a profile question on the service. NOTE: If more than one service of the same name exists on an account, the profile answer will be completed for each of those instances. If you need this to be specific per user service ID, use the generic method further below

Code Block
languagexml
<UserServiceAttributeProfileAnswers>
<UserServiceAttributeProfileAnswer User="admin" Service="Optional 3" Name="WTN1" ProfileValue="HH887HH" />
</UserServiceAttributeProfileAnswers>

Generic Method here allowing you to import to a specific userserviceID:

Code Block
<import>
<ProfileAnswer ProfileQuestionID="4107" Value="11111" ReferenceName="pa00001" />
<UserServiceAttributeProfileAnswer UserServiceID="8102" ProfileAnswer="@pa00001" ServiceAttributeProfileQuestionID="1008" />
</import>

Importing UserServiceResource attachment

...