Main pages
Manual tariff capture (input)
Customer enters their tariff manually.
Connect requests you to provide a manual tariff input screen for FIXED
or TIME_OF_DAY
tariff structure.
1
`FIXED` tariff rate
This page enables the customer to enter their tariff when they are on a fixed (flat) rate.
cost
shall be returned in large currency units.When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
cost_value_zero | Tariff rate (cost) cannot be zero. |
cost_value_negative | Tariff rate (cost) must be greater than zero. |
data_json_invalid | Data does not conform to the JSON schema. |
2
`TIME_OF_DAY` tariff rate
This page lets the customer enter their tariff if it changes throughout the day.
The data model of this page enables you to include options for seasonal, monthly, weekly, special day, consumption tier and other factors. Contact support for further information.
hours.valid_from
and hours.valid_to
shall be returned as entered. hours.cost
shall be returned in large currency units.When you POST the response, Connect may return any of these validation errors:
Error Code | Error Description |
---|---|
cost_value_zero | Tariff rate (cost) cannot be zero. |
cost_value_negative | Tariff rate (cost) must be greater than zero. |
valid_from_invalid | Time period start must be in format HH:mm:ss. |
valid_to_invalid | Time period end must be in format HH:mm:ss. |
gap_in_time_period | Gap between XX and YY is found in the time period. |
incomplete_time_period | Time period must cover the full 24 hours. |
data_json_invalid | Data does not conform to the JSON schema. |