POST Api/DataMart/StartProcessing
Post the ProjectId to attempt to start processing
Request Information
URI Parameters
None.
Body Parameters
Contains the ProjectId
ProcessRequestName | Description | Type | Additional information |
---|---|---|---|
ProjectId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ProjectId": 1 }
application/xml, text/xml
Sample:
<ProcessRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Sumerian.CapacityPlanner.DAL.BusinessObjects.DataMart"> <ProjectId>1</ProjectId> </ProcessRequest>
Response Information
Resource Description
HTTP status code and boolean if successful and datetime of last processing
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |