SalespersonRead
object
Reads a Salesperson.
Returns a Salesperson with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
salespersonId | Int! | |
visible | Int! | |
vat | String | |
number | String! | |
name | String! | |
address | String | |
city | String | |
zipCode | String | |
email | String | |
website | String | |
phone | String | |
fax | String | |
contactName | String | |
contactEmail | String | |
contactPhone | String | |
notes | String | |
baseCommission | Float! | |
documentCopies | Int | |
justImported | Boolean | |
countryId | Int! | |
country | CountryRead | |
companyId | Int! | |
company | CompanyRead! | |
geographicZoneId | Int | |
geographicZone | GeographicZoneRead | |
languageId | Int | |
language | LanguageRead | |
deletable | Boolean | Flags if an item can be deleted If set to true, this item can't be deleted |