GET api/CompanyPrices

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of CompanyPrice
NameDescriptionTypeAdditional information
id

integer

None.

DateCreated

date

None.

LastModified

date

None.

BankingPercent

decimal number

None.

BankingVat

decimal number

None.

CashOutPercent

decimal number

None.

CashOutVat

decimal number

None.

TransactionFees

decimal number

None.

BonaMarketPercent

decimal number

None.

BonaMarketVat

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "DateCreated": "2025-12-11T11:02:04.0595022+02:00",
    "LastModified": "2025-12-11T11:02:04.0595022+02:00",
    "BankingPercent": 4.1,
    "BankingVat": 5.1,
    "CashOutPercent": 6.1,
    "CashOutVat": 7.1,
    "TransactionFees": 8.1,
    "BonaMarketPercent": 9.1,
    "BonaMarketVat": 10.1
  },
  {
    "id": 1,
    "DateCreated": "2025-12-11T11:02:04.0595022+02:00",
    "LastModified": "2025-12-11T11:02:04.0595022+02:00",
    "BankingPercent": 4.1,
    "BankingVat": 5.1,
    "CashOutPercent": 6.1,
    "CashOutVat": 7.1,
    "TransactionFees": 8.1,
    "BonaMarketPercent": 9.1,
    "BonaMarketVat": 10.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfCompanyPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BonaMarketAPI.Database">
  <CompanyPrice>
    <BankingPercent>4.1</BankingPercent>
    <BankingVat>5.1</BankingVat>
    <BonaMarketPercent>9.1</BonaMarketPercent>
    <BonaMarketVat>10.1</BonaMarketVat>
    <CashOutPercent>6.1</CashOutPercent>
    <CashOutVat>7.1</CashOutVat>
    <DateCreated>2025-12-11T11:02:04.0595022+02:00</DateCreated>
    <LastModified>2025-12-11T11:02:04.0595022+02:00</LastModified>
    <TransactionFees>8.1</TransactionFees>
    <id>1</id>
  </CompanyPrice>
  <CompanyPrice>
    <BankingPercent>4.1</BankingPercent>
    <BankingVat>5.1</BankingVat>
    <BonaMarketPercent>9.1</BonaMarketPercent>
    <BonaMarketVat>10.1</BonaMarketVat>
    <CashOutPercent>6.1</CashOutPercent>
    <CashOutVat>7.1</CashOutVat>
    <DateCreated>2025-12-11T11:02:04.0595022+02:00</DateCreated>
    <LastModified>2025-12-11T11:02:04.0595022+02:00</LastModified>
    <TransactionFees>8.1</TransactionFees>
    <id>1</id>
  </CompanyPrice>
</ArrayOfCompanyPrice>