For AI agents: visit https://erplain.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
| Associated query | Returns multiple results |
|---|
| ServicePrice | |
| ServicePrices | ✔️ |
| Label | Type | Notes | Null |
|---|
| amount | decimal(14,4) | The price | |
| currency | Currency | The currency used | |
| id | integer | The id of this price | |
query{
ServicePrices{
edges{
node{
amount
currency{
iso
}
id
}
}
}
}