POST {opco}/api/v1/Project
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| opco | string |
None. |
Body Parameters
DividendProject| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectId | string |
None. |
|
| Status | string |
None. |
|
| ProjectName | string |
None. |
|
| Street | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Zip | string |
None. |
|
| InstallerId | string |
None. |
|
| InstallerName | string |
None. |
|
| ProjectExecutionDate | string |
None. |
|
| ProjectAmount | decimal number |
None. |
|
| SystemSize | string |
None. |
|
| Notes | string |
None. |
|
| ProjectStage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectId": "sample string 1",
"status": "sample string 2",
"projectName": "sample string 3",
"street": "sample string 4",
"city": "sample string 5",
"state": "sample string 6",
"zip": "sample string 7",
"installerId": "sample string 8",
"installerName": "sample string 9",
"projectExecutionDate": "sample string 10",
"projectAmount": 11.0,
"systemSize": "sample string 12",
"notes": "sample string 13",
"projectStage": "sample string 14"
}
application/xml, text/xml
Sample:
<DividendProject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalAPI.Domain.Models.Dividend"> <City>sample string 5</City> <InstallerId>sample string 8</InstallerId> <InstallerName>sample string 9</InstallerName> <Notes>sample string 13</Notes> <ProjectAmount>11</ProjectAmount> <ProjectExecutionDate>sample string 10</ProjectExecutionDate> <ProjectId>sample string 1</ProjectId> <ProjectName>sample string 3</ProjectName> <ProjectStage>sample string 14</ProjectStage> <State>sample string 6</State> <Status>sample string 2</Status> <Street>sample string 4</Street> <SystemSize>sample string 12</SystemSize> <Zip>sample string 7</Zip> </DividendProject>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.