POST api/PairCorrelation/UpsertPairCorrelation
API endpoint: PairCorrelation - UpsertPairCorrelation.
Request Information
URI Parameters
None.
Body Parameters
Collection of PairCorrelationUpsertItem| Name | Description | Type | Additional information |
|---|---|---|---|
| WorkFlowTypeID | integer |
None. |
|
| FirstTicker | string |
None. |
|
| SecondTicker | string |
None. |
|
| Correlation | decimal number |
None. |
|
| Timestamp | date |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"WorkFlowTypeID": 1,
"FirstTicker": "sample string 1",
"SecondTicker": "sample string 2",
"Correlation": 3.0,
"Timestamp": "2026-05-09T00:43:49.9208363-05:00"
},
{
"WorkFlowTypeID": 1,
"FirstTicker": "sample string 1",
"SecondTicker": "sample string 2",
"Correlation": 3.0,
"Timestamp": "2026-05-09T00:43:49.9208363-05:00"
}
]
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. |