RegisterEndCustomerCompanyInput
No description
input RegisterEndCustomerCompanyInput {
uniqueIdNumber: String!
companyName: String!
siteName: String
address: String!
city: String!
zipCode: String!
country: String!
}
Fields
RegisterEndCustomerCompanyInput.uniqueIdNumber ● String! non-null scalar
The unique ID number of the end-customer (company)
RegisterEndCustomerCompanyInput.companyName ● String! non-null scalar
The name of the end-customer (company)
RegisterEndCustomerCompanyInput.siteName ● String scalar
The name of the site that will be created and saved as default site
RegisterEndCustomerCompanyInput.address ● String! non-null scalar
The address of the end customer
RegisterEndCustomerCompanyInput.city ● String! non-null scalar
The city of the end customer
RegisterEndCustomerCompanyInput.zipCode ● String! non-null scalar
The zip code of the end customer
RegisterEndCustomerCompanyInput.country ● String! non-null scalar
The country of the end customer
Member Of
registerEndCustomerUser mutation