Get Fees

4.25. Get Fees

GET /cm/codes/fees

Description

Get a list of supported fees

Responses

HTTP Code Description Schema

200

Success

500

Internal server error

Produces

  • application/xml

Tags

  • CodeLists

Example HTTP request

Request path
/cm/codes/fees

Example HTTP response

Response 200
<?xml version="1.0" encoding="UTF-8"?>
<Fees>
  <Fee ApplyType="E" ChargeType="PRPN" Code="232" IsAmount="true" Name="City Tax Per Adult Per Night - (Property Collect)"/>
</Fees>
Response 500
<?xml version="1.0" encoding="UTF-8"?>
<ErrorResponse CorrelationID="8b417d6a-f3df-4d65-870c-240378b8ad3e" Endpoint="RoomAmenities">
  <Errors>
    <Error Code="321" ShortText="Required field missing" Status="NotProcessed"/>
  </Errors>
  <Warnings>
    <Warning Code="123" ShortText="Please try again in a few minutes" Status="Incomplete"/>
  </Warnings>
</ErrorResponse>