| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Unique id of the point |
integer |
None. |
| ContactId |
Id of contact |
integer |
None. |
| ContactCompanyId |
Id of ContactCompany. Applies only if the contact is associated with a company. |
integer |
None. |
| Type |
Type of point |
string |
Max length: 32 |
| Amount |
Amount of point |
decimal number |
None. |
| Sum |
The sum of all the points with the same contact id and type when the point was created |
decimal number |
None. |
| DateTime |
Creation datetime of the point |
date |
None. |
| Description |
Description of point |
string |
None. |
| SourceId |
Id of source |
string |
Max length: 255 |
| SourceDescription |
Description of source |
string |
None. |
| StoreId |
Id of store for the point |
integer |
None. |
| AdministratorId |
Id of administrator who created the point |
integer |
None. |
| BookValue |
Value of the point for bookkeeping |
decimal number |
None. |
| SubType |
SubType of point |
string |
Max length: 32 |
| PointCalculationBase |
The original value the point value was calculated from |
decimal number |
None. |
| ConverterTransactionId |
The transaction id of a converter |
integer |
None. |
| IsCanceller |
Idicates if this point is a canceller point |
boolean |
None. |
| CancellerPointId |
An id of the point that cancelled this point |
integer |
None. |