Show / Hide Table of Contents

Class LiasettingsResource.SetinventoryverificationcontactRequest

Sets the inventory verification contract for the specified country.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
LiasettingsResource.SetinventoryverificationcontactRequest
Implements
IClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Xgafv
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.AccessToken
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Alt
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Callback
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Fields
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Key
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.OauthToken
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.QuotaUser
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.UploadType
ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.UploadProtocol
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Execute()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStream()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsync()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.GenerateRequestUri()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.GetBody()
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.GetDefaultETagAction(String)
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ETagAction
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ModifyRequest
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.ValidateParameters
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.RequestParameters
ClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class SetinventoryverificationcontactRequest : ShoppingContentBaseServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest<LiasettingsSetInventoryVerificationContactResponse>, IClientServiceRequest

Constructors

SetinventoryverificationcontactRequest(IClientService, UInt64, UInt64, String, String, String, String)

Constructs a new Setinventoryverificationcontact request.

Declaration
public SetinventoryverificationcontactRequest(IClientService service, ulong merchantId, ulong accountId, string country, string language, string contactName, string contactEmail)
Parameters
Type Name Description
IClientService service
System.UInt64 merchantId
System.UInt64 accountId
System.String country
System.String language
System.String contactName
System.String contactEmail

Properties

AccountId

The ID of the account that manages the order. This cannot be a multi-client account.

Declaration
[RequestParameter("accountId", RequestParameterType.Path)]
public virtual ulong AccountId { get; }
Property Value
Type Description
System.UInt64

ContactEmail

The email of the inventory verification contact.

Declaration
[RequestParameter("contactEmail", RequestParameterType.Query)]
public virtual string ContactEmail { get; }
Property Value
Type Description
System.String

ContactName

The name of the inventory verification contact.

Declaration
[RequestParameter("contactName", RequestParameterType.Query)]
public virtual string ContactName { get; }
Property Value
Type Description
System.String

Country

The country for which inventory verification is requested.

Declaration
[RequestParameter("country", RequestParameterType.Query)]
public virtual string Country { get; }
Property Value
Type Description
System.String

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsSetInventoryVerificationContactResponse>.HttpMethod

Language

The language for which inventory verification is requested.

Declaration
[RequestParameter("language", RequestParameterType.Query)]
public virtual string Language { get; }
Property Value
Type Description
System.String

MerchantId

The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account.

Declaration
[RequestParameter("merchantId", RequestParameterType.Path)]
public virtual ulong MerchantId { get; }
Property Value
Type Description
System.UInt64

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsSetInventoryVerificationContactResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsSetInventoryVerificationContactResponse>.RestPath

Methods

InitParameters()

Initializes Setinventoryverificationcontact parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ShoppingContent.v2_1.ShoppingContentBaseServiceRequest<Google.Apis.ShoppingContent.v2_1.Data.LiasettingsSetInventoryVerificationContactResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top