Method: accounts.priceAccuracyViews.list
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
উপলব্ধ মূল্য নির্ভুলতা ভিউ তালিকা.
HTTP অনুরোধ
GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/priceAccuracyViews
URL gRPC ট্রান্সকোডিং সিনট্যাক্স ব্যবহার করে।
পাথ প্যারামিটার
পরামিতি |
---|
parent | string অ্যাকাউন্টের সম্পদের নাম জিজ্ঞাসা করা হচ্ছে। বিন্যাস হল accounts/{account_id} । |
শরীরের অনুরোধ
অনুরোধের বডি খালি হতে হবে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে নিম্নলিখিত কাঠামোর সাথে ডেটা থাকে:
ক্ষেত্র |
---|
priceAccuracyViews[] | object ( PriceAccuracyView ) সারির তালিকা যা প্রশ্নের সাথে মেলে। |
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/travelpartner
আরও তথ্যের জন্য, OAuth 2.0 ওভারভিউ দেখুন।
সর্বস্বত্ব সংরক্ষিত। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2022-08-23 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2022-08-23 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eThis API endpoint lists available price accuracy views for a specified account.\u003c/p\u003e\n"],["\u003cp\u003eIt uses an HTTP GET request with the account ID as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes a list of PriceAccuracyView objects in JSON format.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires the \u003ccode\u003ehttps://www.googleapis.com/auth/travelpartner\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: accounts.priceAccuracyViews.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListPriceAccuracyViewsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n\nLists the available price accuracy views.\n\n### HTTP request\n\n`GET https://travelpartner.googleapis.com/v3/{parent=accounts/*}/priceAccuracyViews`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|-------------------------------------------------------------------------------------------------|\n| `parent` | `string` The resource name of the account being queried. The format is `accounts/{account_id}`. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for [PriceAccuracyViewService.ListPriceAccuracyViews](/hotels/hotel-prices/api-reference/rest/v3/accounts.priceAccuracyViews/list#google.travel.travelpartner.v3.PriceAccuracyViewService.ListPriceAccuracyViews).\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"priceAccuracyViews\": [ { object (/hotels/hotel-prices/api-reference/rest/v3/accounts.priceAccuracyViews#PriceAccuracyView) } ] } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `priceAccuracyViews[]` | `object (`[PriceAccuracyView](/hotels/hotel-prices/api-reference/rest/v3/accounts.priceAccuracyViews#PriceAccuracyView)`)` The list of rows that match the query. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/travelpartner`\n\nFor more information, see the [OAuth 2.0 Overview](/identity/protocols/OAuth2)."]]