BatchCreateCustomerInput
No description
input BatchCreateCustomerInput {
externalID: String!
email: String
firstName: String
lastName: String
organization: BatchOrganizationInput
customerOffers: [BatchCustomerOffersInput]
standardAddress: BatchAddressInput
billingAddress: BatchAddressInput
gender: Gender
internalComment: BasicHTML
pricelistID: Int
statusID: Int
categoryID: Int
interestIDs: [Int]
language: BatchLanguageInput
}
Fields
externalID ● String!
email ● String
firstName ● String
lastName ● String
organization ● BatchOrganizationInput
customerOffers ● [BatchCustomerOffersInput]
standardAddress ● BatchAddressInput
billingAddress ● BatchAddressInput
gender ● Gender
internalComment ● BasicHTML
pricelistID ● Int
statusID ● Int
categoryID ● Int
interestIDs ● [Int]
language ● BatchLanguageInput
Example
{
"organization": {},
"customerOffers": [
{}
],
"standardAddress": {},
"gender": "MALE",
"language": {}
}