Customer

A customer object is a representation of a customer that can be found in the customer panel.

Please select a version:

Structure

Parameter Description Remarks
Id A unique identifier of the customer An integer
Name Name of the customer A string of max 100 characters.
Email The email of the customer. A string of max 100 characters.
CompanyName Company name of the customer A string of max 100 characters.
Created Creation date of the customer A DateTime.

Result

{"id":1234,"name":"Bob","email":"bob@example.com","companyName":"SKM","created":"2015-09-04T16:11:14.453"}
;