SupplierRead
object
Reads a Supplier.
Returns a Supplier with the specified ID.
Fields
| Name | Type | Description |
|---|---|---|
supplierId | 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 | |
swift | String | |
iban | String | |
sepaId | String | |
sepaDate | Date | |
discount | Float | |
creditLimit | Float | |
documentNotes | String | |
companyId | Int | |
company | CompanyRead | |
maturityDateId | Int | |
maturityDate | MaturityDateRead | |
deliveryMethodId | Int | |
deliveryMethod | DeliveryMethodRead | |
countryId | Int! | |
country | CountryRead | |
languageId | Int | |
language | LanguageRead | |
geographicZoneId | Int | |
geographicZone | GeographicZoneRead | |
deletable | Boolean | |
notesOnDocs | Boolean | |
justImported | Boolean | |
copies | [SupplierDocumentTypeCopyAssociationRead] | |
paymentMethodId | Int | |
paymentMethod | PaymentMethodRead | |
taxes | [SupplierTaxRead!]! | |
exemptionReason | String |