CustomerInsert
input
Creates a new Customer.
Visible is an integer that ranges from 0 to 1.
Fields
| Name | Type | Description |
|---|---|---|
isDefault | Boolean | |
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 | |
taxes | [CustomerTaxInsert!] | |
copies | [CustomerDocumentTypeCopyInsert!] | |
alternateAddresses | [AlternateAddressInsert!] |
Deprecated fields (1)
| Name | Type | Description |
|---|---|---|
taxId | Int | Use taxes instead. |