insertCRMUsers_v3 web service.| Field | Description | Type | Mandatory |
|---|---|---|---|
| subjectCode | Code of the customer in the external system | Varchar(250) | ā |
| subjectName | Name of the subject | Varchar(250) | |
| subjectSurname | Surname of the subject | Varchar(250) | |
| subjectDenomination | It contains the denomination of the subject that is the concatenation of name and surname for the persons or the company name for the companies | Varchar(250) | ā |
| address1 | Address of the subject | Varchar(100) | |
| address2 | Extension of the address | Varchar(100) |
| Field | Type | Description | Mandatory |
|---|---|---|---|
| userCodeId | Varchar(250) | User code associated to seller | ā |
| password | Varchar(250) | Password of user code | ā |
| description | Varchar(250) | Description of the user | ā (in insert) |
| Field | Type | Description | Mandatory |
|---|---|---|---|
| codeId | Varchar(250) | Code of param | ā |
| value | Varchar(100) | Value of param | ā |
| description | Varchar(250) | Description of the param | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
| entityCode | Varchar(250) | Shop/store code | ā |
| status | Char(1) | It indicates if entity associated to user. Values 'D', 'E' default 'E' |
| Field | Type | Description | Mandatory |
|---|---|---|---|
| commercialDivision | Varchar(250) | Commercial division code | ā |
| Field | Type | Description | Mandatory |
|---|---|---|---|
| tableName | Varchar(250) | Table name that represents the area (e.g. REGION, PROVINCE) | ā |
fieldNameFilter | Varchar(250) | Name of the field used to search the area (e.g. REGION, PROVINCE) | ā |
value | Varchar(250) | Area code, searched in table tableName and in the column fieldNameFilter (e.g. VEN for Veneto or TV for TREVISO) | ā |