POST api/ProjectEmployee/Add
Request Information
URI Parameters
None.
Body Parameters
ProjectEmployeeAddDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ProjectArchitect | string |
None. |
|
| LandscapeArchitect | string |
None. |
|
| Status | string |
None. |
|
| LanguageID | globally unique identifier |
None. |
|
| WebSiteID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"projectArchitect": "sample string 1",
"landscapeArchitect": "sample string 2",
"status": "sample string 3",
"languageID": "03af0ca5-0596-418f-9a9e-700adab3729a",
"webSiteID": "81a72233-4bc1-4df3-a299-31c03b843157"
}
application/xml, text/xml
Sample:
<ProjectEmployeeAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <LandscapeArchitect>sample string 2</LandscapeArchitect> <LanguageID>03af0ca5-0596-418f-9a9e-700adab3729a</LanguageID> <ProjectArchitect>sample string 1</ProjectArchitect> <Status>sample string 3</Status> <WebSiteID>81a72233-4bc1-4df3-a299-31c03b843157</WebSiteID> </ProjectEmployeeAddDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"ProjectArchitect":"sample string 1","LandscapeArchitect":"sample string 2","Status":"sample string 3","LanguageID":"03af0ca5-0596-418f-9a9e-700adab3729a","WebSiteID":"81a72233-4bc1-4df3-a299-31c03b843157"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.