POST api/Journaling/Profiles/{id}/StartProcessing
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
WorkPoint365.WebAPI.Controllers.JournalingController+StartProfileProcessingRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| From | string |
None. |
|
| IgnoreProcessed | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"From": "sample string 1",
"IgnoreProcessed": true
}
application/xml, text/xml
Sample:
<JournalingController.StartProfileProcessingRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WorkPoint365.WebAPI.Controllers"> <From>sample string 1</From> <IgnoreProcessed>true</IgnoreProcessed> </JournalingController.StartProfileProcessingRequest>
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.