POST api/{area}/Project/ISaveProjectNews
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
ProjectNewsPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | string |
None. |
|
| title | string |
None. |
|
| content | string |
None. |
|
| organizeId | string |
None. |
|
| ID | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": "sample string 1",
"title": "sample string 2",
"content": "sample string 3",
"organizeId": "sample string 4",
"ID": "sample string 5"
}
application/xml, text/xml
Sample:
<ProjectNewsPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProBIM.Application.Entity.NewAPI.Project"> <ID>sample string 5</ID> <Token>sample string 1</Token> <content>sample string 3</content> <organizeId>sample string 4</organizeId> <title>sample string 2</title> </ProjectNewsPara>
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.