Class BuyersResource.ProposalsResource.AddNoteRequest
Creates a note for this proposal and sends to the seller. This method is not supported for proposals with DealType set to 'PRIVATE_AUCTION'.
Inheritance
BuyersResource.ProposalsResource.AddNoteRequest
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.ProposalsResource.AddNoteRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>, IClientServiceRequest<Proposal>, IClientServiceRequest
Constructors
AddNoteRequest(IClientService, AddNoteRequest, string)
Constructs a new AddNote request.
Declaration
public AddNoteRequest(IClientService service, AddNoteRequest body, string proposal)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AddNoteRequest | body | |
string | proposal |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Proposal
Name of the proposal. Format: buyers/{accountId}/proposals/{proposalId}
Declaration
[RequestParameter("proposal", RequestParameterType.Path)]
public virtual string Proposal { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes AddNote parameter list.
Declaration
protected override void InitParameters()