Returns verified listings with data issues and serving eligibilities.
HTTP request
POST https://travelpartner.googleapis.com/v3/{parent=accounts/*}/listings:verify
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The resource name of the account being queried. The format is |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "xmlListing": string } |
Fields | |
---|---|
xmlListing |
A listing that follows the XML format specified in https://developers.google.com/hotels/hotel-prices/xml-reference/hotel-list-feed. |
Response body
Response message for VRPartnerListingVerificationService.VerifyPartnerListings
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"parsedListing": {
object ( |
Fields | |
---|---|
parsedListing |
The parsed listing output. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/travelpartner
For more information, see the OAuth 2.0 Overview.