Company
The Company type represents a company that is the owner of a contract.
type Company {
id: UUID!
name: String!
vatNumber: String!
kvkNumber: String!
}
Fields
Company.id ● UUID! non-null scalar
The unique identifier of the company.
Company.name ● String! non-null scalar
The name of the company.
Company.vatNumber ● String! non-null scalar
The VAT number (BTW number) of the company.
Company.kvkNumber ● String! non-null scalar
When you register your business in the Dutch Business Register, you are given an 8-digit KVK number. Your KVK number is proof of your registration at the Netherlands Chamber of Commerce KVK It also proves that you officially have a business.
Member Of
Contract object