Class BuyersResource.ProposalsResource.SendRfpRequest
Sends a request for proposal (RFP) to a publisher to initiate the negotiation regarding certain
inventory. In the RFP, buyers can specify the deal type, deal terms, start and end dates, targeting, and
a message to the publisher. Once the RFP is sent, a proposal in SELLER_REVIEW_REQUESTED
state will be
created and returned in the response. The publisher may review your request and respond with detailed
deals in the proposal.
Inheritance
BuyersResource.ProposalsResource.SendRfpRequest
Inherited Members
Namespace: Google.Apis.AuthorizedBuyersMarketplace.v1alpha
Assembly: Google.Apis.AuthorizedBuyersMarketplace.v1alpha.dll
Syntax
public class BuyersResource.ProposalsResource.SendRfpRequest : AuthorizedBuyersMarketplaceBaseServiceRequest<Proposal>, IClientServiceRequest<Proposal>, IClientServiceRequest
Constructors
SendRfpRequest(IClientService, SendRfpRequest, string)
Constructs a new SendRfp request.
Declaration
public SendRfpRequest(IClientService service, SendRfpRequest body, string buyer)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
SendRfpRequest | body | |
string | buyer |
Properties
Buyer
Required. The current buyer who is sending the RFP in the format: buyers/{accountId}
.
Declaration
[RequestParameter("buyer", RequestParameterType.Path)]
public virtual string Buyer { get; }
Property Value
Type | Description |
---|---|
string |
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
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 SendRfp parameter list.
Declaration
protected override void InitParameters()