[POST] editPricingProfile
/api/manager/editPricingProfile
EditPricingProfileRequestDTO
Attributes:
Name | Type | Description |
---|---|---|
project_id |
int
|
project id assigned to the user making the request |
profile |
EditProfileDTO
|
Dictionary object containing the name and different pricing profiles |
EditProfileDTO
Attributes:
Name | Type | Description |
---|---|---|
id |
int
|
String representation of the profile id |
name |
str
|
New name of the pricing profile |
regular |
dict
|
Dictionary object containing the fee type and fee value pairs for regular pricing |
peak |
dict
|
Dictionary object containing the fee type and fee value pairs for peak pricing |
peak_hours |
dict
|
Dictionary object containing the peak hours |