POST api/ProcessSettings
Request Information
URI Parameters
None.
Body Parameters
WorkPoint.Core.Models.ProcessSettings| Name | Description | Type | Additional information |
|---|---|---|---|
| DisableWPTheme | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"DisableWPTheme": true
}
application/xml, text/xml
Sample:
<ProcessSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint.Core.Models"> <DisableWPTheme>true</DisableWPTheme> </ProcessSettings>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.