POST api/ProjectAPI/AddUpdateProject
Request Information
URI Parameters
None.
Body Parameters
ObjProject| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | integer |
None. |
|
| ProjectName | string |
Required |
|
| QuotationEngineer | integer |
Required |
|
| SalesEngineer | integer |
Required |
|
| ProjectSource | integer |
Required |
|
| Territory | integer |
Required |
|
| ProjectStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProjectId": 1,
"ProjectName": "sample string 2",
"QuotationEngineer": 3,
"SalesEngineer": 4,
"ProjectSource": 5,
"Territory": 6,
"ProjectStatus": 7
}
application/xml, text/xml
Sample:
<ObjProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Maven_CRM.Models"> <ProjectId>1</ProjectId> <ProjectName>sample string 2</ProjectName> <ProjectSource>5</ProjectSource> <ProjectStatus>7</ProjectStatus> <QuotationEngineer>3</QuotationEngineer> <SalesEngineer>4</SalesEngineer> <Territory>6</Territory> </ObjProject>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
Sample not available.