KIP People API (Public)

Models.SupportTicket

object
idstringrequired
statusstringrequired
subjectstringrequired
createdAtstringrequired
Example

Models.Ticket

object
idstringrequired
typestringrequired
Example

Models.Transaction

object
idstringrequired
datestringrequired
amountnumber(decimal)required
Example

Models.UpdateCompanyRequest

object
namestringrequired

Name of the Company

addressLine1stringrequired

Address line 1

addressLine2string

Address line 2

addressLine3string

Address line 3

addressLine4stringrequired

City part of the address

Example:Gent

postalCodestringrequired

Postal code of the city

Example:9000

countrystringrequired

Country in which the company resides

Match pattern:[a-zA-Z]{2,4}

Example:BE

phoneNumberstringrequired

Phone number

<= 35 characters

mobilePhoneNumberstringrequired

Mobile phone number

<= 35 characters

emailstring(email)required

Standard e-mail to which invoices will be sent

Example:development@kinepolis.com

languagestringrequired

Language in which invoices will be sent

Match pattern:[a-zA-Z]{2,3}

Example:NL

Example

Models.User

object
idstring(uuid)required
emailstringrequired
Example