POST api/markdownforecast/run
Request Information
URI Parameters
None.
Body Parameters
MarkdownRunRequestName | 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": "a95e3025-196c-40f2-8084-23df3fc0d0d7", "horizon": 2, "inventory": 3.1, "storeId": 1, "startDate": "2025-10-04T23:57:26.9140806", "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>a95e3025-196c-40f2-8084-23df3fc0d0d7</PluGuid> <PriceOverride>1.1</PriceOverride> <StartDate>2025-10-04T23:57:26.9140806+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
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. |