Executing a chargeback model
This section contains the following use cases:
Use Case 8 - Execute a model
Use Case summary
Description | Execute a Chargeback model in a specified period. |
---|---|
Method |
|
URI Pattern |
|
Parameters |
|
Request Body
<period>
<sinceDate>2011-01-01</sinceDate>
<toDate>2011-02-01</toDate>
</period>
Response Body
{executionId}
Use Case 9 - Check the status of a model execution
Use Case summary
Description | Check the status of a model execution. |
---|---|
Method |
|
URI Pattern |
|
Parameters |
|
Response Body
The status of an execution can be:
- WAITING
- RUNNING
- OK
- WARNING
- ERROR
<status value="WARNING">
*** warning message ***
</status>
Where to go from here
Was this page helpful? Yes No
Submitting...
Thank you
Comments