You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
13
+
|**internalTicketNumber**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
14
14
|**blocked**|**Boolean**| Whether a Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
15
15
|**blockedReason**|**String**| The reason why the Toll-Free Verification is blocked. This attribute will only be defined when the number is blocked. |[optional]|
Copy file name to clipboardExpand all lines: docs/FailureWebhook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@
12
12
|**errorCode**|**String**| An error code indicating what error was encountered. This code can be interpreted as an HTTP status code in regards to the error that was encountered. |[optional]|
13
13
|**errorMessage**|**String**| A description of the error that was encountered. |[optional]|
14
14
|**errors**|**List<String>**| Details of the errors that were encountered when processing the request. |[optional]|
15
-
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
15
+
|**internalTicketNumber**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
|**phoneNumber**|**String**| Toll-free telephone number in E.164 format. |[optional]|
11
11
|**status**|**TfvStatusEnum**||[optional]|
12
-
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number - included in all webhook payloads. |[optional]|
12
+
|**internalTicketNumber**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number - included in all webhook payloads. |[optional]|
13
13
|**declineReasonDescription**|**String**| Explanation for why a verification request was declined. |[optional]|
14
14
|**resubmitAllowed**|**Boolean**| Whether a Toll-Free Verification request qualifies for resubmission via PUT. |[optional]|
15
15
|**createdDateTime**|**OffsetDateTime**| Date and time the verification request was created. |[optional]|
Copy file name to clipboardExpand all lines: docs/VerificationDenialWebhook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
|**additionalDenialReasons**|[**List<AdditionalDenialReason>**](AdditionalDenialReason.md)| An optional list of denial reasons in addition to declineReasonDescription when multiple reasons apply. |[optional]|
12
12
|**declineReasonDescription**|**String**| Explanation for why a verification request was declined. |[optional]|
13
13
|**denialStatusCode**|**Integer**| Reason code for denial. |[optional]|
14
-
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
14
+
|**internalTicketNumber**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
15
15
|**phoneNumber**|**String**| Toll-free telephone number in E.164 format. |[optional]|
16
16
|**resubmitAllowed**|**Boolean**| Whether a Toll-Free Verification request qualifies for resubmission via PUT. |[optional]|
|**internalTicketNumber**|**UUID**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
13
+
|**internalTicketNumber**|**String**| Unique identifier (UUID) generated by Bandwidth to assist in tracking the verification status of a toll-free number. |[optional]|
0 commit comments