For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update end-user information

Use this method to add end user information to a subscription.

Request parameters

Parameter
Type / Description

sessionID

Required (string)

Session identifier, output of the Login method. An exception is thrown for incorrect values.

subscriptionReferencesList

Required (stringArray)

EndUser

Object

Details below

EndUser.FirstName

String End user first name

EndUser.LastName

String End user last name

EndUser.Company

String End user company name. Can be NULL.

EndUser.CountryCode

String End user country code (ISO 3166 two-letter code).

EndUser.State

String End user state. Example: "Alabama". Can be NULL.

EndUser.Email

String End user email.

EndUser.Fax

String End user fax number. Can be NULL.

EndUser.City

String End user city.

EndUser.Address1

String End user address line 1. Can be NULL.

EndUser.Address2

String End user address line 2. Can be NULL.

EndUser.Phone

String End user phone number. Can be NULL.

EndUser.Zip

String End user zip. Can be NULL.

EndUser.Language

String ISO 639-1 two-letter language code for the end user language. Can be NULL.

Request sample

Response parameters

Parameter
Type / Description

Result

Boolean

True or false

Errors

Error
Description

NOT_FOUND_PARTNER

A partner must be set first.

INVALID_SUBSCRIPTIONS_LIST_SIZE

Too many subscription references provided.

INVALID_COUNTRY

Invalid end user country code.

INVALID_END_USER_EMAIL

Invalid end user email provided.

EMPTY_END_USER_FIRST_NAME

End user first name is mandatory.

EMPTY_END_USER_LAST_NAME

End user last name is mandatory.

EMPTY_END_USER_CITY

End user city is mandatory.

Last updated

Was this helpful?