PUT api/project/update
Request Information
URI Parameters
None.
Body Parameters
ProjectName | Description | Type | Additional information |
---|---|---|---|
ProjectId | integer |
None. |
|
Name | string |
None. |
|
Location | string |
None. |
|
Status | string |
None. |
|
Manager | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProjectId": 1, "Name": "sample string 2", "Location": "sample string 3", "Status": "sample string 4", "Manager": "sample string 5" }
application/xml, text/xml
Sample:
<Project xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MesaGrande.Common.Models"> <Location>sample string 3</Location> <Manager>sample string 5</Manager> <Name>sample string 2</Name> <ProjectId>1</ProjectId> <Status>sample string 4</Status> </Project>
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.