List all azure entitlements Subscriptions

GET /v1/customers/{customerId}/subscriptions/{subscriptionId}/azure-entitlements

Returns a list of azure entitlements subscriptions for the provided parent subscription id.

Headers

  • X-Tenant string Required

    The domain used to access the portal.

  • Authorization string Required

    JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

    Default value is Bearer eyJ0eXAiO....

  • X-Correlation-Id string(UUID)

    This header is optional and by setting it you can correlate the audit logs made by this request.

Path parameters

  • customerId string(uuid) Required

    GUID Unique identifier for the customer. The subscription must belong to this customer, otherwise this request will fail.

  • subscriptionId string(uuid) Required

    The GUID identifier for the parent subscription.

Query parameters

  • resellerId string(uuid)

    The reseller identifier. View only the customer subscriptions for this reseller.

Responses

  • OK

    Hide response attributes Show response attributes object
    • id string(uuid)

      The id of the subscription.

    • orderId string(uuid)

      The order id of the subscription.

    • offerId string(uuid)

      The offer id of the subscription.

    • customerId string(uuid)

      The customer id of the subscription.

    • The provider instance id of the subscription.

    • resellerId string(uuid) | null

      The reseller id of the subscription.

    • subscriptionName string | null

      The friendly name of the subscription.

    • offerName string | null

      The name of the subscription.

    • The offer type. Possible values: License, LicenseLegacy, SoftwareSubscription, PerpetualSoftware, AzurePlan, AzureReservation, AzureLegacy or AzureSavingsPlan.

      Additional properties are NOT allowed.

      Hide offerType attribute Show offerType attribute object
      • name string | null

        The name of the enumeration.

    • The value indicating if the subscription offer is addon.

    • The value indicating if the subscription offer is trial.

    • providerOfferId string | null

      The provider offer identifier.

    • Additional properties are NOT allowed.

      Hide subscriptionStatus attribute Show subscriptionStatus attribute object
      • name string | null

        The name of the enumeration.

    • startDate string(date-time)

      The start date of the subscription.

    • endDate string(date-time)

      The end date of the subscription.

    • cancellationAllowedUntil string(date-time) | null

      The limit date to cancelled the subscription.

    • quantity integer(int32)

      The quantity of the subscription.

    • assignedLicenses integer(int32) | null

      The quantity of the subscription.

    • The list price of the subscription. This value represents the cost price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide listPrice attributes Show listPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • The revenue price of the subscription. This value represents the revenue price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide revenuePrice attributes Show revenuePrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • erpPrice object

      The erp price of the subscription. This value represents the erp price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide erpPrice attributes Show erpPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • This value object contains the price margin for this entity.

      Additional properties are NOT allowed.

      Hide customMargin attributes Show customMargin attributes object
      • marginRule object Required

        The margin rule applied. Possible values: Markup, Margin, SplitMargin or ErpMinusDiscount

        Additional properties are NOT allowed.

        Hide marginRule attribute Show marginRule attribute object
        • name string | null

          The name of the enumeration.

      • value number(double) | null Required

        The value applied to this price margin. Should not be below 0 or above 999.

    • The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

      Additional properties are NOT allowed.

      Hide billingFrequency attribute Show billingFrequency attribute object
      • name string | null

        The name of the enumeration.

    • The billing type for the offer. Possible values: License, Usage or None

      Additional properties are NOT allowed.

      Hide billingType attribute Show billingType attribute object
      • name string | null

        The name of the enumeration.

    • The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

      Additional properties are NOT allowed.

      Hide termDuration attribute Show termDuration attribute object
      • name string | null

        The name of the enumeration.

    • segment object

      The offer segment. Possible values: Commercial, Education, Government or NonProfit

      Additional properties are NOT allowed.

      Hide segment attribute Show segment attribute object
      • name string | null

        The name of the enumeration.

    • parentSubscriptionId string(uuid) | null

      The parent subscription identifier.

    • The provider's subscription identifier.

    • Whether the subscription auto renews.

    • Additional properties are NOT allowed.

      Hide autoRenewSettings attributes Show autoRenewSettings attributes object
      • term object Required

        The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

        Additional properties are NOT allowed.

        Hide term attribute Show term attribute object
        • name string | null

          The name of the enumeration.

      • billingFrequency object Required

        The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

        Additional properties are NOT allowed.

        Hide billingFrequency attribute Show billingFrequency attribute object
        • name string | null

          The name of the enumeration.

      • quantity integer(int32) | null Required

        The quantity

      • customTermEndDate string(date-time) | null

        The custom term end date

    • providerData string | null

      The subscription provider data.

    • internalId string | null

      The internal identifier.

    Hide response attributes Show response attributes object
    • id string(uuid)

      The id of the subscription.

    • orderId string(uuid)

      The order id of the subscription.

    • offerId string(uuid)

      The offer id of the subscription.

    • customerId string(uuid)

      The customer id of the subscription.

    • The provider instance id of the subscription.

    • resellerId string(uuid) | null

      The reseller id of the subscription.

    • subscriptionName string | null

      The friendly name of the subscription.

    • offerName string | null

      The name of the subscription.

    • The offer type. Possible values: License, LicenseLegacy, SoftwareSubscription, PerpetualSoftware, AzurePlan, AzureReservation, AzureLegacy or AzureSavingsPlan.

      Additional properties are NOT allowed.

      Hide offerType attribute Show offerType attribute object
      • name string | null

        The name of the enumeration.

    • The value indicating if the subscription offer is addon.

    • The value indicating if the subscription offer is trial.

    • providerOfferId string | null

      The provider offer identifier.

    • Additional properties are NOT allowed.

      Hide subscriptionStatus attribute Show subscriptionStatus attribute object
      • name string | null

        The name of the enumeration.

    • startDate string(date-time)

      The start date of the subscription.

    • endDate string(date-time)

      The end date of the subscription.

    • cancellationAllowedUntil string(date-time) | null

      The limit date to cancelled the subscription.

    • quantity integer(int32)

      The quantity of the subscription.

    • assignedLicenses integer(int32) | null

      The quantity of the subscription.

    • The list price of the subscription. This value represents the cost price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide listPrice attributes Show listPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • The revenue price of the subscription. This value represents the revenue price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide revenuePrice attributes Show revenuePrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • erpPrice object

      The erp price of the subscription. This value represents the erp price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide erpPrice attributes Show erpPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • This value object contains the price margin for this entity.

      Additional properties are NOT allowed.

      Hide customMargin attributes Show customMargin attributes object
      • marginRule object Required

        The margin rule applied. Possible values: Markup, Margin, SplitMargin or ErpMinusDiscount

        Additional properties are NOT allowed.

        Hide marginRule attribute Show marginRule attribute object
        • name string | null

          The name of the enumeration.

      • value number(double) | null Required

        The value applied to this price margin. Should not be below 0 or above 999.

    • The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

      Additional properties are NOT allowed.

      Hide billingFrequency attribute Show billingFrequency attribute object
      • name string | null

        The name of the enumeration.

    • The billing type for the offer. Possible values: License, Usage or None

      Additional properties are NOT allowed.

      Hide billingType attribute Show billingType attribute object
      • name string | null

        The name of the enumeration.

    • The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

      Additional properties are NOT allowed.

      Hide termDuration attribute Show termDuration attribute object
      • name string | null

        The name of the enumeration.

    • segment object

      The offer segment. Possible values: Commercial, Education, Government or NonProfit

      Additional properties are NOT allowed.

      Hide segment attribute Show segment attribute object
      • name string | null

        The name of the enumeration.

    • parentSubscriptionId string(uuid) | null

      The parent subscription identifier.

    • The provider's subscription identifier.

    • Whether the subscription auto renews.

    • Additional properties are NOT allowed.

      Hide autoRenewSettings attributes Show autoRenewSettings attributes object
      • term object Required

        The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

        Additional properties are NOT allowed.

        Hide term attribute Show term attribute object
        • name string | null

          The name of the enumeration.

      • billingFrequency object Required

        The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

        Additional properties are NOT allowed.

        Hide billingFrequency attribute Show billingFrequency attribute object
        • name string | null

          The name of the enumeration.

      • quantity integer(int32) | null Required

        The quantity

      • customTermEndDate string(date-time) | null

        The custom term end date

    • providerData string | null

      The subscription provider data.

    • internalId string | null

      The internal identifier.

    Hide response attributes Show response attributes object
    • id string(uuid)

      The id of the subscription.

    • orderId string(uuid)

      The order id of the subscription.

    • offerId string(uuid)

      The offer id of the subscription.

    • customerId string(uuid)

      The customer id of the subscription.

    • The provider instance id of the subscription.

    • resellerId string(uuid) | null

      The reseller id of the subscription.

    • subscriptionName string | null

      The friendly name of the subscription.

    • offerName string | null

      The name of the subscription.

    • The offer type. Possible values: License, LicenseLegacy, SoftwareSubscription, PerpetualSoftware, AzurePlan, AzureReservation, AzureLegacy or AzureSavingsPlan.

      Additional properties are NOT allowed.

      Hide offerType attribute Show offerType attribute object
      • name string | null

        The name of the enumeration.

    • The value indicating if the subscription offer is addon.

    • The value indicating if the subscription offer is trial.

    • providerOfferId string | null

      The provider offer identifier.

    • Additional properties are NOT allowed.

      Hide subscriptionStatus attribute Show subscriptionStatus attribute object
      • name string | null

        The name of the enumeration.

    • startDate string(date-time)

      The start date of the subscription.

    • endDate string(date-time)

      The end date of the subscription.

    • cancellationAllowedUntil string(date-time) | null

      The limit date to cancelled the subscription.

    • quantity integer(int32)

      The quantity of the subscription.

    • assignedLicenses integer(int32) | null

      The quantity of the subscription.

    • The list price of the subscription. This value represents the cost price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide listPrice attributes Show listPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • The revenue price of the subscription. This value represents the revenue price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide revenuePrice attributes Show revenuePrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • erpPrice object

      The erp price of the subscription. This value represents the erp price for the whole term of the subscription.

      Additional properties are NOT allowed.

      Hide erpPrice attributes Show erpPrice attributes object
      • value number(double)

        The price value.

      • currency object

        Additional properties are NOT allowed.

        Hide currency attribute Show currency attribute object
        • name string | null

          The name of the currency.

    • This value object contains the price margin for this entity.

      Additional properties are NOT allowed.

      Hide customMargin attributes Show customMargin attributes object
      • marginRule object Required

        The margin rule applied. Possible values: Markup, Margin, SplitMargin or ErpMinusDiscount

        Additional properties are NOT allowed.

        Hide marginRule attribute Show marginRule attribute object
        • name string | null

          The name of the enumeration.

      • value number(double) | null Required

        The value applied to this price margin. Should not be below 0 or above 999.

    • The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

      Additional properties are NOT allowed.

      Hide billingFrequency attribute Show billingFrequency attribute object
      • name string | null

        The name of the enumeration.

    • The billing type for the offer. Possible values: License, Usage or None

      Additional properties are NOT allowed.

      Hide billingType attribute Show billingType attribute object
      • name string | null

        The name of the enumeration.

    • The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

      Additional properties are NOT allowed.

      Hide termDuration attribute Show termDuration attribute object
      • name string | null

        The name of the enumeration.

    • segment object

      The offer segment. Possible values: Commercial, Education, Government or NonProfit

      Additional properties are NOT allowed.

      Hide segment attribute Show segment attribute object
      • name string | null

        The name of the enumeration.

    • parentSubscriptionId string(uuid) | null

      The parent subscription identifier.

    • The provider's subscription identifier.

    • Whether the subscription auto renews.

    • Additional properties are NOT allowed.

      Hide autoRenewSettings attributes Show autoRenewSettings attributes object
      • term object Required

        The term duration for this entity. Possible values: NoTerm, OneMonth, OneYear, ThreeYears or FiveYears

        Additional properties are NOT allowed.

        Hide term attribute Show term attribute object
        • name string | null

          The name of the enumeration.

      • billingFrequency object Required

        The billing frequency for this entity. Possible values: OneTime, Monthly, Annual, Triennial or None

        Additional properties are NOT allowed.

        Hide billingFrequency attribute Show billingFrequency attribute object
        • name string | null

          The name of the enumeration.

      • quantity integer(int32) | null Required

        The quantity

      • customTermEndDate string(date-time) | null

        The custom term end date

    • providerData string | null

      The subscription provider data.

    • internalId string | null

      The internal identifier.

  • Bad Request

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

  • Unauthorized

  • Forbidden

  • Not Found

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

  • Internal Server Error

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

    Hide response attributes Show response attributes object
    • statusCode integer(int32)

      The HTTP status code that represents a specific error scenario.

    • type string | null

      The type of error that occurred.

    • description string | null

      Describes the error scenario that occurred.

    • correlationId string | null

      The correlationId of the request that originated the error.

    • errors array[object] | null

      A list containing the detail of the errors that occurred in this error scenario.

      Hide errors attributes Show errors attributes object
      • propertyName string | null

        The name of the property involved in the error.

      • description array[string] | null

        A description of each error associated with the given property.

GET /v1/customers/{customerId}/subscriptions/{subscriptionId}/azure-entitlements
curl \
 -X GET https://app-cloudcockpitapi-prod-01.azurewebsites.net/v1/customers/{customerId}/subscriptions/{subscriptionId}/azure-entitlements \
 -H "X-Tenant: portal.cloudcockpit.com" \
 -H "Authorization: Bearer eyJ0eXAiO..." \
 -H "X-Correlation-Id: string"
Response examples (200)
[
  {
    "id": "string",
    "orderId": "string",
    "offerId": "string",
    "customerId": "string",
    "providerInstanceId": "string",
    "resellerId": "string",
    "subscriptionName": "string",
    "offerName": "string",
    "offerType": {
      "name": "string"
    },
    "isAddonOffer": true,
    "isTrialOffer": true,
    "providerOfferId": "string",
    "subscriptionStatus": {
      "name": "string"
    },
    "startDate": "2024-05-04T09:42:00+00:00",
    "endDate": "2024-05-04T09:42:00+00:00",
    "cancellationAllowedUntil": "2024-05-04T09:42:00+00:00",
    "quantity": 42,
    "assignedLicenses": 42,
    "listPrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "revenuePrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "erpPrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "customMargin": {
      "marginRule": {
        "name": "string"
      },
      "value": 8
    },
    "billingFrequency": {
      "name": "string"
    },
    "billingType": {
      "name": "string"
    },
    "termDuration": {
      "name": "string"
    },
    "segment": {
      "name": "string"
    },
    "parentSubscriptionId": "string",
    "providerSubscriptionId": "string",
    "autoRenewal": true,
    "autoRenewSettings": {
      "term": {
        "name": "string"
      },
      "billingFrequency": {
        "name": "string"
      },
      "quantity": 42,
      "customTermEndDate": "2024-05-04T09:42:00+00:00"
    },
    "providerData": "string",
    "internalId": "string"
  }
]
Response examples (200)
[
  {
    "id": "string",
    "orderId": "string",
    "offerId": "string",
    "customerId": "string",
    "providerInstanceId": "string",
    "resellerId": "string",
    "subscriptionName": "string",
    "offerName": "string",
    "offerType": {
      "name": "string"
    },
    "isAddonOffer": true,
    "isTrialOffer": true,
    "providerOfferId": "string",
    "subscriptionStatus": {
      "name": "string"
    },
    "startDate": "2024-05-04T09:42:00+00:00",
    "endDate": "2024-05-04T09:42:00+00:00",
    "cancellationAllowedUntil": "2024-05-04T09:42:00+00:00",
    "quantity": 42,
    "assignedLicenses": 42,
    "listPrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "revenuePrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "erpPrice": {
      "value": 42.0,
      "currency": {
        "name": "string"
      }
    },
    "customMargin": {
      "marginRule": {
        "name": "string"
      },
      "value": 8
    },
    "billingFrequency": {
      "name": "string"
    },
    "billingType": {
      "name": "string"
    },
    "termDuration": {
      "name": "string"
    },
    "segment": {
      "name": "string"
    },
    "parentSubscriptionId": "string",
    "providerSubscriptionId": "string",
    "autoRenewal": true,
    "autoRenewSettings": {
      "term": {
        "name": "string"
      },
      "billingFrequency": {
        "name": "string"
      },
      "quantity": 42,
      "customTermEndDate": "2024-05-04T09:42:00+00:00"
    },
    "providerData": "string",
    "internalId": "string"
  }
]
Response examples (400)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}
Response examples (400)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}
Response examples (404)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}
Response examples (404)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}
Response examples (500)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}
Response examples (500)
{
  "statusCode": 42,
  "type": "string",
  "description": "string",
  "correlationId": "string",
  "errors": [
    {
      "propertyName": "string",
      "description": [
        "string"
      ]
    }
  ]
}