POST api/Athikalai_Bhakthi/ProjectCreate?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
ProjectName | Description | Type | Additional information |
---|---|---|---|
volunteer_id | integer |
None. |
|
Volunteername | string |
None. |
|
contact | string |
None. |
|
DOI | string |
None. |
|
Cost | decimal number |
None. |
|
LastMaintance | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "volunteer_id": 1, "Volunteername": "sample string 2", "contact": "sample string 3", "DOI": "sample string 4", "Cost": 5.1, "LastMaintance": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.