Skip to main content

BatchUpdateCustomerInput

No description

input BatchUpdateCustomerInput {
id: Int!
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: LanguageInput
}

Fields

id ● Int!

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 ● LanguageInput

Example

{
"organization": {},
"customerOffers": [
{}
],
"standardAddress": {},
"gender": "MALE",
"language": {}
}