POST api/VendorMaster/CreateVendor
Request Information
URI Parameters
None.
Body Parameters
VendorMasterBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorId | integer |
None. |
|
| VendorName | string |
None. |
|
| VendorAddress | string |
None. |
|
| VendorContact | string |
None. |
|
| Remark | string |
None. |
|
| CreationDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdationDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"VendorId": 1,
"VendorName": "sample string 2",
"VendorAddress": "sample string 3",
"VendorContact": "sample string 4",
"Remark": "sample string 5",
"CreationDate": "2025-12-17T23:55:00.7669448+05:30",
"CreatedBy": 1,
"UpdationDate": "2025-12-17T23:55:00.7678628+05:30",
"UpdatedBy": 1,
"IsActive": true
}
application/xml, text/xml
Sample:
<VendorMasterBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EcommerceWebApi.Models"> <CreatedBy>1</CreatedBy> <CreationDate>2025-12-17T23:55:00.7669448+05:30</CreationDate> <IsActive>true</IsActive> <Remark>sample string 5</Remark> <UpdatedBy>1</UpdatedBy> <UpdationDate>2025-12-17T23:55:00.7678628+05:30</UpdationDate> <VendorAddress>sample string 3</VendorAddress> <VendorContact>sample string 4</VendorContact> <VendorId>1</VendorId> <VendorName>sample string 2</VendorName> </VendorMasterBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.