{
"outcome": "success",
"reason": "<string>",
"price": 123,
"lead": {
"id": "5fd4371e940df5a34a3888b2",
"first_name": "Joe",
"last_name": "Blow",
"email": "joeblow@gmail.com",
"phone_1": "5125551212"
}
}Feedback
Feedback result
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.
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"
The reason the feedback was not recorded, when the outcome is not success.
The price paid to the recipient for the lead. Present only when the delivery step priced the lead.
Identifying details of the lead the feedback applies to.
Show child attributes
Show child attributes