POST api/VendorMaster/Save
Request Information
URI Parameters
None.
Body Parameters
SaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserID | integer |
None. |
|
| SaveJson | string |
None. |
|
| Query | string |
None. |
|
| dataSourceType | string |
None. |
|
| Type | string |
None. |
|
| CategoryJson | string |
None. |
|
| VendorID | integer |
None. |
|
| IsDelete | integer |
None. |
|
| Query1 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserID": 1,
"SaveJson": "sample string 2",
"Query": "sample string 3",
"dataSourceType": "sample string 4",
"Type": "sample string 5",
"CategoryJson": "sample string 6",
"VendorID": 7,
"IsDelete": 8,
"Query1": "sample string 9"
}
application/xml, text/xml
Sample:
<VendorMasterModel.SaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BKSource2Api.Models"> <CategoryJson>sample string 6</CategoryJson> <IsDelete>8</IsDelete> <Query>sample string 3</Query> <Query1>sample string 9</Query1> <SaveJson>sample string 2</SaveJson> <Type>sample string 5</Type> <UserID>1</UserID> <VendorID>7</VendorID> <dataSourceType>sample string 4</dataSourceType> </VendorMasterModel.SaveModel>
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.