POST api/VendorProducts/AddVendorProducts
Request Information
URI Parameters
None.
Body Parameters
VendorProductsName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Vendor_Id | integer |
None. |
|
Vendor | string |
None. |
|
Product_Id | integer |
None. |
|
Product | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "Vendor_Id": 2, "Vendor": "sample string 3", "Product_Id": 4, "Product": "sample string 5" }
application/octet-stream
Sample:
{"$id":"1","Id":1,"Vendor_Id":2,"Vendor":"sample string 3","Product_Id":4,"Product":"sample string 5"}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.