Get Contact classifications Lists
GET
/api/v2/contact_classifications
Use this method to get contact classifications lists. See our HTTP GET documentation for complete queries method.
The following elements are returned in the get company setting lists methods response :
Body Response
Element | Description |
---|---|
id | Contact classifications id. String. |
name | Contact classifications name. String. |
description | Contact classifications description String. |
is_active | true or false Boolean. |
term_of_payment* | term_of_payment. |
term_of_payment.due_days | Value for change data String. |
term_of_payment.late_charge | Value for change data String. |
term_of_payment.discount_days | Value for change data String. |
term_of_payment.early_discount | Value for change data String. |
other_fields | other_fields |
created* | Created. |
created.user* | Created User. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Update. |
update.user* | Update user. |
update.user.id | User id String Automaticaly. |
update.user.name | User name String. |
update.user.email | User email String. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |