RegistrationResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response from the DPA upon successful registration of MSISDN for notifications.
JSON representation |
{
"msisdn": string,
"expirationTime": string
} |
Fields |
msisdn |
string
The MSISDN being registered with DPA for notifications.
|
expirationTime |
string (Timestamp format)
Registration expiration time for the MSISDN. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z" .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-03 UTC."],[[["This document outlines the JSON response structure from the DPA after successful MSISDN registration for notifications."],["The response includes the registered MSISDN and its registration expiration time in RFC3339 UTC \"Zulu\" format."],["Both `msisdn` and `expirationTime` are provided as strings within the JSON object."]]],["Upon successful registration, the response includes the registered MSISDN and its expiration time. The MSISDN is a string representing the phone number registered for notifications. The expiration time is a timestamp in RFC3339 UTC \"Zulu\" format, detailing when the registration expires, including nanosecond resolution. This timestamp can display up to nine fractional digits, showing examples of the format.\n"]]