GET api/Vendor/GetShopingOrdersVendor?listingId={listingId}&isLifetime={isLifetime}&fromDate={fromDate}&toDate={toDate}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
listingId
No documentation available.

Define this parameter in the request URI.

isLifetime
No documentation available.

Define this parameter in the request URI.

fromDate
No documentation available.

Define this parameter in the request URI.

toDate
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "dates": [
    {
      "ordersDt": null,
      "date": "sample string 1",
      "timeslots": [
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        }
      ]
    },
    {
      "ordersDt": null,
      "date": "sample string 1",
      "timeslots": [
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        }
      ]
    },
    {
      "ordersDt": null,
      "date": "sample string 1",
      "timeslots": [
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        },
        {
          "timeSlot": "sample string 1",
          "ordersDt": []
        }
      ]
    }
  ],
  "response": "sample string 1",
  "message": "sample string 2",
  "addedId": "sample string 3"
}

text/xml

Sample:

Sample not available.