PUT api/ProjectEmployee/Update

Request Information

URI Parameters

None.

Body Parameters

ProjectEmployeeUpdateDto
NameDescriptionTypeAdditional information
ProjectArchitect

string

None.

LandscapeArchitect

string

None.

Status

string

None.

LanguageID

globally unique identifier

None.

WebSiteID

globally unique identifier

None.

ID

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "projectArchitect": "sample string 1",
  "landscapeArchitect": "sample string 2",
  "status": "sample string 3",
  "languageID": "10a72dbf-e1f3-41f9-8160-322431f43171",
  "webSiteID": "1cc38f88-934d-4b90-8769-f18df9b5a8d2",
  "id": "02246297-a928-43d3-a5df-def1cc47c91d"
}

application/xml, text/xml

Sample:
<ProjectEmployeeUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs">
  <ID>02246297-a928-43d3-a5df-def1cc47c91d</ID>
  <LandscapeArchitect>sample string 2</LandscapeArchitect>
  <LanguageID>10a72dbf-e1f3-41f9-8160-322431f43171</LanguageID>
  <ProjectArchitect>sample string 1</ProjectArchitect>
  <Status>sample string 3</Status>
  <WebSiteID>1cc38f88-934d-4b90-8769-f18df9b5a8d2</WebSiteID>
</ProjectEmployeeUpdateDto>

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":"10a72dbf-e1f3-41f9-8160-322431f43171","WebSiteID":"1cc38f88-934d-4b90-8769-f18df9b5a8d2","ID":"02246297-a928-43d3-a5df-def1cc47c91d"}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.