AlphaAlpha Docs

Gets option code price overrides

Returns all option code price overrides for a project.

GET
/projects/{projectId}/option-code-price-overrides
AuthorizationBearer <token>

In: header

Path Parameters

projectId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/projects/string/option-code-price-overrides"
[
  {
    "id": "string",
    "optionCode": "string",
    "optionName": "string",
    "overridePrice": 0.1,
    "projectId": "string",
    "tenantId": "string"
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}