[POST] addPricingProfile
/api/manager/addPricingProfile
AddPricingProfileRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
project_id |
int
|
the project id assigned to the user creating the request |
profile |
ProfileDTO
|
Dictionary object containing the name and different pricing profiles |
ProfileDTO
Attributes:
Name | Type | Description |
---|---|---|
name |
str
|
name to associate with the pricing profile |
regular |
dict
|
Dictionary object containing the fee type and fee value pairs for regular pricing |
peak |
Optional(dict)
|
Dictionary object containing the fee type and fee value pairs for peak pricing |
peak_hours |
Optional(dict)
|
Dictionary object containing the peak hours |