Tip |
---|
Available from CRM.COM R14.2.0 |
Excerpt |
---|
This method provides the ability to provide feedback for a specific job (upon its completion) |
...
Name | Type | Description | ||||||
token | String | The token retrieved from the login method | ||||||
job_identifier (mandatory) | Job Identifier | The identifier of the job that the feedback will be provided for. The job must be in a completed Life Cycle State, and only one feedback can be provided per Job. The allowed job identifier fields are the following:
| ||||||
rate (mandatory) | Number | The rate provided by the customer. The rating number should range between 0 and 10 (inclusive). | ||||||
feedback (optional) | String | The feedback provided by the customer | ||||||
contact_identifier (optionalmandatory) | Contact Information identifier | The contact that provided the feedback. The allowed contact identifier fields are the following:
| ||||||
submitted_on (optional) | Date | The date that the feedback was submitted | ||||||
fields_set (optional) | List of Strings, comma separated | A list of fields that should be included in the results. If not specified then all the available fields will be returned |
...