Send a suggestion

Record a suggestion for an opportunity

Query url

POST /api/distribution/customers/{customerId}/opportunities/{opportunityId}/recommendations/{recommendationId}/selling-points/{sellingPointId}/suggestion

Query header

'Authorization: Bearer <token>'
'Content-Type: application/json'

Query parameters

Name Required Description

customerId

required

Technical ID of the customer (available in the response of api /distribution/discovery/customers/ field: id)

opportunityId

required

Technical ID of the opportunity (available in the response of api /distribution/discovery/customers/ field: opportunities.id)

recommendationId

required

Technical ID of the recommendation (available in the response of api /distribution/discovery/customers/ field: opportunities.recommendations.id)

sellingPointId

required

Technical ID of the selling point (available in the response of api /distribution/discovery/customers/ field: opportunities.recommendations.selling_points.id)

Query body

{
"content": "user's suggestion",
"type": "selling-point" // or comment
}