[GET] pricingProfiles
/api/manager/pricingProfiles
PricingProfileRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
project_id |
str
|
project id assigned to the user |
PricingProfileResponseDTO
Attributes:
Name | Type | Description |
---|---|---|
profiles |
List[PricingProfileDTO]
|
list of pricing profiles in the format of PricingProfileDTO |
PricingProfileDTO
Attributes:
Name | Type | Description |
---|---|---|
id |
int
|
pricing profile id |
name |
str
|
name of the pricing profile |
regular |
dict
|
key value pairs of different fee types and its price |
peak |
Optional[dict]
|
key value pairs of different fee types and its price for peak hours |
peak_hours |
Optional[dict]
|
range of peak hours in PHT |