POST api/markdownforecast/run
Request Information
URI Parameters
None.
Body Parameters
MarkdownRunRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PluGuid | globally unique identifier |
Required |
|
| Horizon | integer |
Required |
|
| Inventory | decimal number |
Required |
|
| StoreId | integer |
Required |
|
| StartDate | date |
None. |
|
| Gamma | decimal number |
None. |
|
| HoldingCost | decimal number |
None. |
|
| PriceOverride | decimal number |
None. |
|
| CostOverride | decimal number |
None. |
|
| DisposalPenalty | decimal number |
None. |
|
| NoMonotone | boolean |
None. |
|
| TagFeeMode | boolean |
None. |
|
| TagFee | decimal number |
None. |
|
| MaxSwaps | integer |
None. |
|
| BaselineDiscount | decimal number |
None. |
|
| SwapsSoFar | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"pluGuid": "92c4ee20-dc0c-4b72-9b76-d7c6c753b2c2",
"horizon": 2,
"inventory": 3.1,
"storeId": 1,
"startDate": "2026-04-03T06:16:44.2881398",
"gamma": 1.1,
"holdingCost": 1.1,
"priceOverride": 1.1,
"costOverride": 1.1,
"disposalPenalty": 1.1,
"noMonotone": true,
"tagFeeMode": true,
"tagFee": 1.1,
"maxSwaps": 1,
"baselineDiscount": 1.1,
"swapsSoFar": 1
}
application/xml, text/xml
Sample:
<MarkdownRunRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.MarkdownBridge"> <BaselineDiscount>1.1</BaselineDiscount> <CostOverride>1.1</CostOverride> <DisposalPenalty>1.1</DisposalPenalty> <Gamma>1.1</Gamma> <HoldingCost>1.1</HoldingCost> <Horizon>2</Horizon> <Inventory>3.1</Inventory> <MaxSwaps>1</MaxSwaps> <NoMonotone>true</NoMonotone> <PluGuid>92c4ee20-dc0c-4b72-9b76-d7c6c753b2c2</PluGuid> <PriceOverride>1.1</PriceOverride> <StartDate>2026-04-03T06:16:44.2881398+00:00</StartDate> <StoreId>1</StoreId> <SwapsSoFar>1</SwapsSoFar> <TagFee>1.1</TagFee> <TagFeeMode>true</TagFeeMode> </MarkdownRunRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |