POST Api/Project/SaveProject
Request Information
URI Parameters
None.
Body Parameters
ProjectDetailsName | Description | Type | Additional information |
---|---|---|---|
QbProjectId | integer |
None. |
|
ProjectId | integer |
None. |
|
QCHPursuitId | string |
None. |
|
ProjectType | string |
None. |
|
ProjectFormFields | Object |
None. |
|
ProjectProperties | Collection of ProjectProperty |
None. |
|
IsCustomTaskRequest | boolean |
None. |
|
WorkflowSource | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "QbProjectId": 1, "ProjectId": 2, "QCHPursuitId": "sample string 3", "ProjectType": "sample string 4", "ProjectFormFields": {}, "ProjectProperties": [ { "FieldName": "sample string 1", "FieldValue": "sample string 2" }, { "FieldName": "sample string 1", "FieldValue": "sample string 2" } ], "IsCustomTaskRequest": true, "WorkflowSource": "sample string 7" }
application/xml, text/xml
Sample:
<ProjectDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Qorus.TasQ.ClassModels"> <IsCustomTaskRequest>true</IsCustomTaskRequest> <ProjectFormFields /> <ProjectId>2</ProjectId> <ProjectProperties> <ProjectProperty> <FieldName>sample string 1</FieldName> <FieldValue>sample string 2</FieldValue> </ProjectProperty> <ProjectProperty> <FieldName>sample string 1</FieldName> <FieldValue>sample string 2</FieldValue> </ProjectProperty> </ProjectProperties> <ProjectType>sample string 4</ProjectType> <QCHPursuitId>sample string 3</QCHPursuitId> <QbProjectId>1</QbProjectId> <WorkflowSource>sample string 7</WorkflowSource> </ProjectDetails>
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.