Skip to main content

CreateEndCustomerInput

No description

input CreateEndCustomerInput {
uniqueIdNumber: String!
companyName: String!
siteName: String
integratorId: String
address: String!
city: String!
zipCode: String!
country: String!
}

Fields

CreateEndCustomerInput.uniqueIdNumber ● String! non-null scalar

The unique identifier of the end customer

CreateEndCustomerInput.companyName ● String! non-null scalar

The name of the end customer

CreateEndCustomerInput.siteName ● String scalar

CreateEndCustomerInput.integratorId ● String scalar

CreateEndCustomerInput.address ● String! non-null scalar

The address of the end customer

CreateEndCustomerInput.city ● String! non-null scalar

The city of the end customer

CreateEndCustomerInput.zipCode ● String! non-null scalar

The zip code of the end customer

CreateEndCustomerInput.country ● String! non-null scalar

The country of the end customer

Member Of

createEndCustomer mutation