Skip to content

DenialInfo

The DenialInfo object includes the data about when and why this lead was denied.

type DenialInfo {
deniedAt: DateTime!
code: String!
explanation: String
}
FieldTypeDescription
deniedAtDateTime!The date and time this lead was denied represented by an iso datetime string of the form yyyy-mm-ddT00:00:00.000Z. Note: this field may be the current time in some circumstances when the timestamp is not available.
codeString!The denial code recorded for this denial.
explanationStringA brief explanation of what this denial code means.