## Retrieve Rate Schedule **post** `/v1/contracts/getContractRateSchedule` Get the rate schedule for the rate card on a given contract. ### Returns - **data:** `array of object` - **entitled:** `boolean` - **list\_rate:** `Rate` - **product\_custom\_fields:** `map[string]` - **product\_id:** `string` - **product\_name:** `string` - **product\_tags:** `array of string` - **rate\_card\_id:** `string` - **starting\_at:** `string` - **billing\_frequency:** `"MONTHLY" OR "QUARTERLY" OR "ANNUAL" OR "WEEKLY"` - `"MONTHLY"` - `"QUARTERLY"` - `"ANNUAL"` - `"WEEKLY"` - **commit\_rate:** `object` A distinct rate on the rate card. You can choose to use this rate rather than list rate when consuming a credit or commit. - **rate\_type:** `"FLAT" OR "PERCENTAGE" OR "SUBSCRIPTION" OR 2 more` - `"FLAT"` - `"PERCENTAGE"` - `"SUBSCRIPTION"` - `"TIERED"` - `"CUSTOM"` - **price:** `number` Commit rate price. For FLAT rate_type, this must be >=0. - **tiers:** `array of Tier` Only set for TIERED rate_type. - **ending\_before:** `string` - **override\_rate:** `Rate` - **pricing\_group\_values:** `map[string]` - **next\_page:** `string`