SOAP API methode Field_countIncompatibleProfiles
Beschrijving
The types of the field are defined by programmers. The possible values are 'integer', 'bigint', 'float', 'date', 'empty_date', 'datetime', 'empty_datetime', 'text', 'email', 'phone', 'phone_fax', 'phone_gsm', 'select', 'big', 'foreign_key', 'country', 'locale'
Parameters
| Naam | Type | Beschrijving |
|---|---|---|
| id * | int | Unique identifier (id) of the object Field. The method only applies to the field with this id. |
| type * | string | |
| length | integer | the optional length of the modified field |
| options | Collection of type 'options' | the optional options which are valid for this modified field (only vaklid in combination with type 'select') |
| login | Structure of type 'login' | Optional login data (soon deprecated) |
| access_token | string | Optional api access token |
| * verplichte parameters | ||
Resultaat
| Naam | Type | Beschrijving |
|---|---|---|
| value | integer |
Structuur 'options'
| Naam | Type | Beschrijving |
|---|---|---|
| string |
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 |