DenialInfo
The DenialInfo object includes the data about when and why this lead was denied.
Definition
Section titled “Definition”type DenialInfo { deniedAt: DateTime! code: String! explanation: String}Fields
Section titled “Fields”| Field | Type | Description |
|---|---|---|
deniedAt | DateTime! | 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. |
code | String! | The denial code recorded for this denial. |
explanation | String | A brief explanation of what this denial code means. |