PUT api/CompanyPrices/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"DateCreated": "2025-12-12T08:40:07.1972656+02:00",
"LastModified": "2025-12-12T08:40:07.1972656+02:00",
"BankingPercent": 1.1,
"BankingVat": 1.1,
"CashOutPercent": 1.1,
"CashOutVat": 1.1,
"TransactionFees": 1.1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.