POST api/v1/counter-rfq-request-by-id

Request Information

Body Parameters

RFQCounterRequest
NameDescriptionTypeAdditional information
CustomerRFQTrackingId

integer

None.

OfferId

string

None.

SellerPrice

decimal number

None.

Days

integer

None.

SellerId

integer

None.

ClientId

integer

None.

Request Formats
{
  "CustomerRFQTrackingId": 1,
  "OfferId": "sample string 2",
  "SellerPrice": 3.0,
  "Days": 4,
  "SellerId": 5,
  "ClientId": 6
}
{"CustomerRFQTrackingId":1,"OfferId":"sample string 2","SellerPrice":3.0,"Days":4,"SellerId":5,"ClientId":6}
<RFQCounterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RfqRequest">
  <ClientId>6</ClientId>
  <CustomerRFQTrackingId>1</CustomerRFQTrackingId>
  <Days>4</Days>
  <OfferId>sample string 2</OfferId>
  <SellerId>5</SellerId>
  <SellerPrice>3</SellerPrice>
</RFQCounterRequest>

Sample not available.

Response Information

Description:

Return type: integer

Response Formats
1
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>