POST v6/project/save
Create or Update an Existing Project
Request Information
URI Parameters
None.
Body Parameters
ProjectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId |
ProjectId |
integer |
None. |
| ProjectName |
ProjectName |
string |
None. |
| ProjectDescription |
ProjectDescription |
string |
None. |
| StatusId |
StatusId |
integer |
None. |
| ProjectTypeId |
ProjectTypeId |
integer |
None. |
| WaveLeadUserId |
WaveLeadUserId |
integer |
None. |
| PONumber |
PONumber |
string |
None. |
| ClientLocationId |
ClientLocationId |
integer |
None. |
| ContactName |
ContactName |
string |
None. |
| ContactEmail |
ContactEmail |
string |
None. |
| ContactPhone |
ContactPhone |
string |
None. |
| BillingFrequencyId | integer |
None. |
|
| InvoicingFrequencyId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectId": 1,
"projectName": "sample string 2",
"projectDescription": "sample string 3",
"statusId": 4,
"projectTypeId": 5,
"waveLeadUserId": 6,
"poNumber": "sample string 7",
"clientLocationId": 8,
"contactName": "sample string 9",
"contactEmail": "sample string 10",
"contactPhone": "sample string 11",
"billingFrequencyId": 1,
"invoicingFrequencyId": 1
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.