POST api/ProductManagement/getVendor
Request Information
URI Parameters
None.
Body Parameters
mlgetvendorName | description | Type | Additional information |
---|---|---|---|
ProductSysID | integer |
None. |
|
MapVendor | string |
None. |
|
VendorName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "MapVendor": "sample string 2", "ProductSysID": 1, "VendorName": "sample string 3" }
application/xml, text/xml
Sample:
<mlgetvendor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Product"> <MapVendor>sample string 2</MapVendor> <ProductSysID>1</ProductSysID> <VendorName>sample string 3</VendorName> </mlgetvendor>
response Information
Resource description
ApiResponseName | description | Type | Additional information |
---|---|---|---|
response | string |
Required |
|
failure | MlError |
None. |
|
success | MlSuccess |
None. |