POST api/Upvasti/CreateUpVasti
Request Information
URI Parameters
None.
Body Parameters
UpvastiMasterBinding| Name | Description | Type | Additional information |
|---|---|---|---|
| UpvastiID | integer |
None. |
|
| UpvastiName | string |
None. |
|
| VastiName | string |
None. |
|
| VastiId | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
|
| UpdatedBy | integer |
None. |
|
| UpdationDate | date |
None. |
|
| IsActive | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"UpvastiID": 1,
"UpvastiName": "sample string 2",
"VastiName": "sample string 3",
"VastiId": 1,
"CreatedBy": 1,
"CreatedDate": "2026-07-15T14:51:20.5136083+05:30",
"UpdatedBy": 1,
"UpdationDate": "2026-07-15T14:51:20.5136083+05:30",
"IsActive": true
}
application/xml, text/xml
Sample:
<UpvastiMasterBinding xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RssCampaignApi.Models"> <CreatedBy>1</CreatedBy> <CreatedDate>2026-07-15T14:51:20.5136083+05:30</CreatedDate> <IsActive>true</IsActive> <UpdatedBy>1</UpdatedBy> <UpdationDate>2026-07-15T14:51:20.5136083+05:30</UpdationDate> <UpvastiID>1</UpvastiID> <UpvastiName>sample string 2</UpvastiName> <VastiId>1</VastiId> <VastiName>sample string 3</VastiName> </UpvastiMasterBinding>
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.