CustomerInput
No description
input CustomerInput {
email: String
password: UnsanitizedString
username: String
externalID: String
firstName: String
lastName: String
organization: OrganizationInput
standardAddress: AddressInput
billingAddress: AddressInput
gender: Gender
internalComment: BasicHTML
pricelistID: Int
statusID: Int
categoryID: Int
interestIDs: [Int]
language: LanguageInput
contracts: [UpdateContractConsentInput!]
}
Fields
email ● String
password ● UnsanitizedString
username ● String
externalID ● String
firstName ● String
lastName ● String
organization ● OrganizationInput
standardAddress ● AddressInput
billingAddress ● AddressInput
gender ● Gender
internalComment ● BasicHTML
pricelistID ● Int
statusID ● Int
categoryID ● Int
interestIDs ● [Int]
language ● LanguageInput
contracts ● [UpdateContractConsentInput!]
Example
{
"organization": {},
"standardAddress": {},
"gender": "MALE",
"language": {},
"contracts": [
{}
]
}