AgentProvisionRequest

Description

AgentProvisionRequest includes the requisite data to provision an Agent account.


Fields


ParemeterTypeRequiredDescription
EmailStringRequiredEmail address of the Agent to be provisioned.
FirstNameStringRequiredFirst name of the Agent to be provisioned.
LastNameStringRequiredLast name of the Agent to be provisioned.
PhoneStringRequiredTelephone number of the Agent to be provisioned. Should not include country code nor punctuation (e.g., 4045551212)
ImageUrlStringOptionalFully qualified URL of an image of the Agent to be provisioned. The URL must be to a publicly available web server.
PhoneCountryPrefixStringRequiredCountry code of the telephone number of the Agent to be provisioned. Should include country code and no punctuation (e.g., 1, 44)
TypeEnumRequiredIndicates the type of the agent to be provisioned:
  • StandardAgent
  • ForwardOnlyAgent
  • RolloverAgent
  • MerchantReceptionist
Please see ProvisionAgent for additional information
ImageDataStringReserved for future useReserved for future use
ImageTypeIntReserved for future useReserved for future use

Back to Top