Retrieves the global sending (delivery) fees.
GET/api/v1/fees/sending
SOAP Equivalent: ACP_GetGlobalSendingFees
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| sendingFees | listSendingFees | Delivery fees available for sale |
| sendingFees[].sendingFeeId | ID_SendingFee | Fee generic id (-1 e-ticket, 0 counter) |
| sendingFees[].feeType | FeeType | POSTAL / ETICKET / ETICKET_SEAT / GUICHET / PASSTICKET |
| sendingFees[].typeCalcul | TypeCalcul | 0 order / 1 ticket / 2 client |
| sendingFees[].unitAmount | UnitAmount | Unit amount |
Scoped by the x-tenant header. The list always ends with the two synthetic entries reproduced
from the legacy (free e-ticket, authorized counter withdrawal).
Request
Responses
- 200
- 401
- 500
OK
Unauthorized
Internal Server Error