Terug naar de indexpagina

SOAP API methode SubProfile_updateFields

Beschrijving

The fields can be updated by given a assoc array of field and values.

Parameters

Naam Type Beschrijving
id * int Unique identifier (id) of the object SubProfile. The method only applies to the subprofile with this id.
timestamp string The timestamp for the historic subprofile
fields * Collection of type 'fields'
caller Structure of type 'caller' the caller object (or null if called by old code)
login Structure of type 'login' Optional login data (soon deprecated)
access_token string Optional api access token
* verplichte parameters

Resultaat

Naam Type Beschrijving
value boolean true on success else false (when constrains check fails)

Structuur 'pair'

Naam Type Beschrijving
key string
value string

Structuur 'fields'

Naam Type Beschrijving
pair Structure of type 'pair'

Structuur 'caller'

Naam Type Beschrijving
followups boolean Are the follow-ups enabled
caller string The name of the caller
identity string The identity of the caller, this is the name that is accepted by the webcaller

Structuur 'login'

Naam Type Beschrijving
username string The username of the login attempt
account string The account name of the login attempt
password string The password for the login attempt