CPIDResponse
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
CPID তৈরি সফল হলে CPID শেষ পয়েন্ট থেকে প্রতিক্রিয়া।
JSON প্রতিনিধিত্ব |
---|
{
"cpid": string,
"ttlSeconds": number
} |
ক্ষেত্র |
---|
cpid | string প্রয়োজন। এনক্রিপ্ট করা ক্যারিয়ার প্ল্যান শনাক্তকারী যা ব্যবহারকারীকে ক্যারিয়ারের কাছে অনন্যভাবে সনাক্ত করে। |
ttlSeconds | number প্রয়োজন। সময়কাল, সেকেন্ডে, যার জন্য CPID বৈধ এবং ব্যবহারকারীর ডেটা প্ল্যানের বিশদ বিবরণের জন্য DPA জিজ্ঞাসা করতে GTAF ব্যবহার করতে পারে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2022-09-26 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The CPID endpoint returns a JSON object containing the `cpid` and `ttlSeconds` when a carrier plan identifier is successfully created."],["The `cpid` is an encrypted string that uniquely identifies the user to their carrier."],["The `ttlSeconds` value represents the duration, in seconds, that the CPID is valid and can be used to fetch user data plan details."]]],["Upon successful CPID creation, the response includes a JSON object containing two key fields. The `cpid` is a required, encrypted string uniquely identifying the user to the carrier. The `ttlSeconds` field, also required, specifies the duration (in seconds) the `cpid` remains valid for use by GTAF to query user data plan details from the DPA. This object represents the core data and validity period of the created CPID.\n"]]