PartnerRead
object
Reads a Partner.
Returns a Partner with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
partnerId | Int! | |
acceptsPublication | Boolean | Accepts Publication, if true represents that it accepts publication |
visible | Int | |
code | String | Partner unique code (i.g. XPTO123) |
name | String | |
accountManagerName | String | Account Manager Name |
description | String | |
vat | String | Vat Number |
email | String | |
address | String | Address |
city | String | City |
zipCode | String | Zip postal code |
mapLat | Float | Map latitude (i.g. 66.57) |
mapLng | Float | Map longitude (i.g. -7.74) |
phone | String | |
fax | String | |
website | String | |
obs | String | |
img1 | String | |
clientSupportMail | String | |
clientSupportPhone | String | |
createdAt | DateTime | |
language | LanguageRead | |
country | CountryRead |