POST
api/v1/counter-bid-request-by-id
Request Information
Body Parameters
BidCounterRequestName | Description | Type | Additional information |
---|---|---|---|
CustomerBidTrackingId | integer |
None. |
|
OfferId | string |
None. |
|
UpdatedPrice | decimal number |
None. |
|
Days | integer |
None. |
|
SellerId | integer |
None. |
|
ClientId | integer |
None. |
Request Formats
application/json, text/json
{ "CustomerBidTrackingId": 1, "OfferId": "sample string 2", "UpdatedPrice": 3.0, "Days": 4, "SellerId": 5, "ClientId": 6 }
text/html
{"CustomerBidTrackingId":1,"OfferId":"sample string 2","UpdatedPrice":3.0,"Days":4,"SellerId":5,"ClientId":6}
application/xml, text/xml
<BidCounterRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.BidRequest"> <ClientId>6</ClientId> <CustomerBidTrackingId>1</CustomerBidTrackingId> <Days>4</Days> <OfferId>sample string 2</OfferId> <SellerId>5</SellerId> <UpdatedPrice>3</UpdatedPrice> </BidCounterRequest>
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>