Complete Update Contact classifications by Id
PUT
/api/v2/contact_classifications/c75602d1-d8ef-49c6-a77b-7908f58eb912
Use this method to update a company setting. See our HTTP PUT documentation for complete queries method.
The following are elements for update a company setting :
Body Request
Element | Description |
---|---|
reason | The reason why changes were made. String 170 characters . |
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. |
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. |