POST
api/v1/counter-rfq-request-by-id?childSellerId={childSellerId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| childSellerId | integer |
Required |
Body Parameters
RFQCounterRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| CustomerRFQTrackingId | integer |
None. |
|
| OfferId | string |
None. |
|
| SellerPrice | decimal number |
None. |
|
| Days | integer |
None. |
|
| SellerId | integer |
None. |
|
| ClientId | integer |
None. |
Request Formats
application/json, text/json
{
"CustomerRFQTrackingId": 1,
"OfferId": "sample string 2",
"SellerPrice": 3.0,
"Days": 4,
"SellerId": 5,
"ClientId": 6
}
text/html
{"CustomerRFQTrackingId":1,"OfferId":"sample string 2","SellerPrice":3.0,"Days":4,"SellerId":5,"ClientId":6}
application/xml, text/xml
<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>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
