POST api/SupportVendorController/CheckVendorNameExist
Request Information
URI Parameters
None.
Body Parameters
ValidateVendorNameName | Description | Type | Additional information |
---|---|---|---|
taxCode | string |
None. |
|
vendorName | string |
None. |
|
eOfficeDataSiteUrl | string |
None. |
|
vendorType | string |
None. |
|
webUrl | string |
None. |
|
listName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "taxCode": "sample string 1", "vendorName": "sample string 2", "eOfficeDataSiteUrl": "sample string 3", "vendorType": "sample string 4", "webUrl": "sample string 5", "listName": "sample string 6" }
application/xml, text/xml
Sample:
<ValidateVendorName xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Appvity.eOffice.Backend.Models"> <eOfficeDataSiteUrl>sample string 3</eOfficeDataSiteUrl> <listName>sample string 6</listName> <taxCode>sample string 1</taxCode> <vendorName>sample string 2</vendorName> <vendorType>sample string 4</vendorType> <webUrl>sample string 5</webUrl> </ValidateVendorName>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.