Skip to main content

RemoveVendor

Overview

Deletes a single Vendor that is already in the system. Returns Success/Error code

Request Information


Method

POST - api/Vendor/RemoveVendor/{VendorId}

URI Parameters

NameDescriptionTypeAdditional information
VendorIdglobally unique identifierRequired

Body Parameters

None.

Response Information


Resource Description

Result

NameDescriptionTypeAdditional information
ResultCodeRepresents the result codeintegerNone.
DescriptionRepresents a description of the result codestringNone.

Response Formats

JSON

{
"ResultCode": 1,
"Description": "sample string 2"
}

XML

<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BluSKYWebAPI.Controllers">
```<Description>````sample string 2</Description>
<ResultCode>1</ResultCode>
</Result>