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": "f712900c-cbb3-483d-8355-12f77a490169",
"horizon": 2,
"inventory": 3.1,
"storeId": 1,
"startDate": "2026-06-03T18:31:25.0078309",
"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>f712900c-cbb3-483d-8355-12f77a490169</PluGuid> <PriceOverride>1.1</PriceOverride> <StartDate>2026-06-03T18:31:25.0078309+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. |