POST api/JankariPortal/PIFVolunteerApplication
Request Information
URI Parameters
None.
Body Parameters
VolunteerApplication| Name | Description | Type | Additional information |
|---|---|---|---|
| vappid | string |
None. |
|
| firstname | string |
None. |
|
| lastname | string |
None. |
|
| string |
None. |
||
| contactno | string |
None. |
|
| state | string |
None. |
|
| programname | string |
None. |
|
| timeperiod | string |
None. |
|
| comment | string |
None. |
|
| seqno | integer |
None. |
|
| createdon | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"vappid": "sample string 1",
"firstname": "sample string 2",
"lastname": "sample string 3",
"email": "sample string 4",
"contactno": "sample string 5",
"state": "sample string 6",
"programname": "sample string 7",
"timeperiod": "sample string 8",
"comment": "sample string 9",
"seqno": 10,
"createdon": "2025-10-30T02:59:06.3020026+05:30"
}
application/xml, text/xml
Sample:
<VolunteerApplication xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <comment>sample string 9</comment> <contactno>sample string 5</contactno> <createdon>2025-10-30T02:59:06.3020026+05:30</createdon> <email>sample string 4</email> <firstname>sample string 2</firstname> <lastname>sample string 3</lastname> <programname>sample string 7</programname> <seqno>10</seqno> <state>sample string 6</state> <timeperiod>sample string 8</timeperiod> <vappid>sample string 1</vappid> </VolunteerApplication>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>