GET api/Listing/GetOfferList?VendorID={VendorID}&ListingID={ListingID}&categoryid={categoryid}&OfferId={OfferId}

/// OfferId=0 then it will return all Offer of a vendor and a listing OfferId=0 and ListingID=0 then it will return all Offer of a vendor for his all listings VendorID is Compulsory...

Request Information

Parameters

NameDescriptionAdditional information
VendorID

Define this parameter in the request URI.

ListingID

Define this parameter in the request URI.

categoryid

Define this parameter in the request URI.

OfferId

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "dt": null,
  "response": "sample string 1",
  "message": "sample string 2",
  "addedId": "sample string 3"
}

text/xml

Sample:
<CommonResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webapishopinbelgium.Models">
  <addedId>sample string 3</addedId>
  <message>sample string 2</message>
  <response>sample string 1</response>
  <dt i:nil="true" />
</CommonResponseData>