PUT api/ProjectDetail/Update
Request Information
URI Parameters
None.
Body Parameters
ProjectDetailUpdateDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Detail | string |
None. |
|
| WebSiteUrl | string |
None. |
|
| Brochure | string |
None. |
|
| VideoUrl | string |
None. |
|
| Url | string |
None. |
|
| LanguageID | globally unique identifier |
None. |
|
| ProjectID | globally unique identifier |
None. |
|
| ID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"detail": "sample string 1",
"webSiteUrl": "sample string 2",
"brochure": "sample string 3",
"videoUrl": "sample string 4",
"url": "sample string 5",
"languageID": "8ea6395c-1d6b-4f67-9dd7-1e8423301e96",
"projectID": "07e54d84-492c-422d-b310-0b85a9d9e381",
"id": "15a8c2ac-b215-4d85-b7c4-481532cb9fe6"
}
application/xml, text/xml
Sample:
<ProjectDetailUpdateDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <ID>15a8c2ac-b215-4d85-b7c4-481532cb9fe6</ID> <Brochure>sample string 3</Brochure> <Detail>sample string 1</Detail> <LanguageID>8ea6395c-1d6b-4f67-9dd7-1e8423301e96</LanguageID> <ProjectID>07e54d84-492c-422d-b310-0b85a9d9e381</ProjectID> <Url>sample string 5</Url> <VideoUrl>sample string 4</VideoUrl> <WebSiteUrl>sample string 2</WebSiteUrl> </ProjectDetailUpdateDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
{"Detail":"sample string 1","WebSiteUrl":"sample string 2","Brochure":"sample string 3","VideoUrl":"sample string 4","Url":"sample string 5","LanguageID":"8ea6395c-1d6b-4f67-9dd7-1e8423301e96","ProjectID":"07e54d84-492c-422d-b310-0b85a9d9e381","ID":"15a8c2ac-b215-4d85-b7c4-481532cb9fe6"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.