POST api/StaffInquiry/EditProject
Request Information
URI Parameters
None.
Body Parameters
EditProjectRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectTitle | string |
None. |
|
| ProjectDescription | string |
None. |
|
| ProjectColor | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectTitle": "sample string 2",
"ProjectDescription": "sample string 3",
"ProjectColor": "sample string 4"
}
text/html
Sample:
{"ProjectId":1,"ProjectTitle":"sample string 2","ProjectDescription":"sample string 3","ProjectColor":"sample string 4"}
application/xml, text/xml
Sample:
<StaffInquiryModels.EditProjectRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models"> <ProjectColor>sample string 4</ProjectColor> <ProjectDescription>sample string 3</ProjectDescription> <ProjectId>1</ProjectId> <ProjectTitle>sample string 2</ProjectTitle> </StaffInquiryModels.EditProjectRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.