---
title: "GET /api/Regulation/PaymentInformation"
method: GET
path: "/api/Regulation/PaymentInformation"
tags: ["Regulation"]
---

# GET /api/Regulation/PaymentInformation

`GET /api/Regulation/PaymentInformation`

## Query parameters

- `regulationSchemeId` string, uuid

## Response `200`

Success

- PaymentInformation
  - `quotes` RegulationQuote[], nullable
    - `quoteId` string, uuid
    - `quoteRef` string, nullable
    - `name` string, nullable
    - `description` string, nullable
    - `revisionNumber` integer
    - `transactionCurrencyId` string, uuid
    - `isoCurrencyCode` string, nullable
    - `currencyName` string, nullable
    - `currencySymbol` string, nullable
    - `totalAmount` number, double
    - `taxAmount` number, double
    - `discountAmount` number, double
    - `priceListId` string, uuid, nullable
    - `paymentReceived` boolean
    - `status` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 200000000 | 647390000
    - `quoteLines` RegulationQuoteLine[], nullable
      - `quoteLineId` string, uuid
      - `catalogProductId` string, uuid
      - `quantity` number, double
      - `unitPrice` number, double
      - `baseAmount` number, double
      - `extendedAmount` number, double
      - `discountAmount` number, double
      - `productTypeCode` integer
      - `productName` string, nullable
      - `productNumber` string, nullable
      - `sequenceNo` integer
      - `isPriceOverridden` boolean, nullable
      - `subscriptionId` string, uuid, nullable
      - `startDate` string, date-time, nullable
      - `endDate` string, date-time, nullable
    - `dateCreated` string, date-time
    - `purchaseType` 0 | 200000000 | 200000001
  - `salesOrders` RegulationSalesOrder[], nullable
    - `orderId` string, uuid
    - `orderRef` string, nullable
    - `status` 0 | 1 | 2 | 3 | 4 | 100001 | 100002 | 100003 | 200000 | 200001
    - `totalAmount` number, double
    - `dateCreated` string, date-time
    - `isoCurrencyCode` string, nullable
    - `currencySymbol` string, nullable
    - `quoteNumber` string, nullable
  - `countOfQuotes` integer
  - `countOfSalesOrders` integer
  - `countOfSchemeAnnualReturns` integer

## Other responses

- `204` — No Content
- `400` — Bad Request

---

[API](https://skmtc.dev/rics/apis/digitalcommunity-api.md) · [All operations](https://skmtc.dev/rics/apis/digitalcommunity-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rics/digitalcommunity-api/revisions/c3500ce0cb93/schema)
