CustomerUpdate
input
Updates a Customer.
Updates the selected Customer with the inserted data. Only the fields sent are updated.
Fields
| Name | Type | Description |
|---|---|---|
isDefault | Boolean | |
visible | Int | |
customerId | Int! | |
vat | String | Vat Number |
number | String | Unique identifier |
name | String | |
address | String | Address |
city | String | City |
zipCode | String | Zip postal code |
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 | |
paymentDay | Int | |
notesOnDocs | Boolean | |
documentNotes | String | |
exemptionReason | String | |
justImported | Boolean | |
salespersonId | Int | |
geographicZoneId | Int | |
countryId | Int | |
languageId | Int | |
maturityDateId | Int | |
paymentMethodId | Int | |
deliveryMethodId | Int | |
documentSetId | Int | |
priceClassId | Int | |
createdAt | DateTime | |
copies | [CustomerDocumentTypeCopyUpdate!] | |
gdprNotes | String | |
gdprFile | Upload | |
gdprFileOriginal | String | |
alternateAddresses | [AlternateAddressUpdate!] | |
taxes | [CustomerTaxInsert!] |
Deprecated fields (1)
| Name | Type | Description |
|---|---|---|
taxId | Int | Use taxes instead. |