POST api/ProjectDetail/Add
Request Information
URI Parameters
None.
Body Parameters
ProjectDetailAddDto| 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. |
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": "98f87112-6456-4ef6-9eef-ec4e73a342c8",
"projectID": "cd3fb4d8-d8cd-49a6-9598-c6cbeb312539"
}
application/xml, text/xml
Sample:
<ProjectDetailAddDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RS.Core.Service.DTOs"> <Brochure>sample string 3</Brochure> <Detail>sample string 1</Detail> <LanguageID>98f87112-6456-4ef6-9eef-ec4e73a342c8</LanguageID> <ProjectID>cd3fb4d8-d8cd-49a6-9598-c6cbeb312539</ProjectID> <Url>sample string 5</Url> <VideoUrl>sample string 4</VideoUrl> <WebSiteUrl>sample string 2</WebSiteUrl> </ProjectDetailAddDto>
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":"98f87112-6456-4ef6-9eef-ec4e73a342c8","ProjectID":"cd3fb4d8-d8cd-49a6-9598-c6cbeb312539"}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.