GET api/CompanyPrices
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CompanyPrice| Name | Description | Type | Additional 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. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"DateCreated": "2025-12-12T08:38:11.1153647+02:00",
"LastModified": "2025-12-12T08:38:11.1153647+02:00",
"BankingPercent": 1.1,
"BankingVat": 1.1,
"CashOutPercent": 1.1,
"CashOutVat": 1.1,
"TransactionFees": 1.1
},
{
"$ref": "1"
}
]