Skip to main content

The result of a feedback submission. Returned as JSON by default, or as XML (wrapped in a <result> root element) when requested via the Accept header.

outcome
enum<string>

Whether the feedback was accepted. Check this field rather than the status code — a rejected submission is still reported with 201.

Available options:
success,
failure,
error
Example:

"success"

reason
string | null

The reason the feedback was not recorded, when the outcome is not success.

price
number

The price paid to the recipient for the lead. Present only when the delivery step priced the lead.

lead
object

Identifying details of the lead the feedback applies to.