POST api/Stores/VendorDelete?Sid={Sid}&Action={Action}&DeletedBY={DeletedBY}

Documentation for 'VendorDelete'.

Request Information

Parameters

NameDescriptionAdditional information
Sid
Documentation for 'Sid'.

Define this parameter in the request URI.

Action
Documentation for 'Action'.

Define this parameter in the request URI.

DeletedBY
Documentation for 'DeletedBY'.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "cnt": 1
  },
  {
    "cnt": 1
  },
  {
    "cnt": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfMapPin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bravissh33">
  <MapPin>
    <cnt>1</cnt>
  </MapPin>
  <MapPin>
    <cnt>1</cnt>
  </MapPin>
  <MapPin>
    <cnt>1</cnt>
  </MapPin>
</ArrayOfMapPin>