CustomerInsert
Creates a new Customer.
Visible is an integer that ranges from 0 to 1.
Input Fields
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!]
Required fields are marked with "!"