Show / Hide Table of Contents

Class PosResource.InventoryRequest

Submit inventory for the given merchant.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<PosInventoryResponse>
ShoppingContentBaseServiceRequest<PosInventoryResponse>
PosResource.InventoryRequest
Implements
IClientServiceRequest<PosInventoryResponse>
IClientServiceRequest
Inherited Members
ShoppingContentBaseServiceRequest<PosInventoryResponse>.Xgafv
ShoppingContentBaseServiceRequest<PosInventoryResponse>.AccessToken
ShoppingContentBaseServiceRequest<PosInventoryResponse>.Alt
ShoppingContentBaseServiceRequest<PosInventoryResponse>.Callback
ShoppingContentBaseServiceRequest<PosInventoryResponse>.Fields
ShoppingContentBaseServiceRequest<PosInventoryResponse>.Key
ShoppingContentBaseServiceRequest<PosInventoryResponse>.OauthToken
ShoppingContentBaseServiceRequest<PosInventoryResponse>.PrettyPrint
ShoppingContentBaseServiceRequest<PosInventoryResponse>.QuotaUser
ShoppingContentBaseServiceRequest<PosInventoryResponse>.UploadType
ShoppingContentBaseServiceRequest<PosInventoryResponse>.UploadProtocol
ClientServiceRequest<PosInventoryResponse>.Execute()
ClientServiceRequest<PosInventoryResponse>.ExecuteAsStream()
ClientServiceRequest<PosInventoryResponse>.ExecuteAsync()
ClientServiceRequest<PosInventoryResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<PosInventoryResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<PosInventoryResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<PosInventoryResponse>.CreateRequest(bool?)
ClientServiceRequest<PosInventoryResponse>.GenerateRequestUri()
ClientServiceRequest<PosInventoryResponse>.GetDefaultETagAction(string)
ClientServiceRequest<PosInventoryResponse>.ETagAction
ClientServiceRequest<PosInventoryResponse>.ModifyRequest
ClientServiceRequest<PosInventoryResponse>.ValidateParameters
ClientServiceRequest<PosInventoryResponse>.ApiVersion
ClientServiceRequest<PosInventoryResponse>.RequestParameters
ClientServiceRequest<PosInventoryResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class PosResource.InventoryRequest : ShoppingContentBaseServiceRequest<PosInventoryResponse>, IClientServiceRequest<PosInventoryResponse>, IClientServiceRequest

Constructors

InventoryRequest(IClientService, PosInventoryRequest, ulong, ulong)

Constructs a new Inventory request.

Declaration
public InventoryRequest(IClientService service, PosInventoryRequest body, ulong merchantId, ulong targetMerchantId)
Parameters
Type Name Description
IClientService service
PosInventoryRequest body
ulong merchantId
ulong targetMerchantId

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PosInventoryResponse>.HttpMethod

MerchantId

The ID of the POS or inventory data provider.

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

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PosInventoryResponse>.MethodName

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<PosInventoryResponse>.RestPath

TargetMerchantId

The ID of the target merchant.

Declaration
[RequestParameter("targetMerchantId", RequestParameterType.Path)]
public virtual ulong TargetMerchantId { get; }
Property Value
Type Description
ulong

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<PosInventoryResponse>.GetBody()

InitParameters()

Initializes Inventory parameter list.

Declaration
protected override void InitParameters()
Overrides
ShoppingContentBaseServiceRequest<PosInventoryResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX