/profileCopy Pagepost http://api.net2grid.docker/v2/profileSets the budget and tariff information of the user.Recent RequestsLog in to see full request historyTimeStatusUser Agent Retrieving recent requests…LoadingLoading…Body Paramsreset_tariffsbooleanWhen is set to true any existing definitions with a start date-time on or after the start date-time of the provided definition will be replaced. Otherwise, the new information will be added to the tariff agreement. Defaults to false.truefalseg_tariffstringΤhe gas tariff of the user per unit of measure. The unit of measure is configured in labelpartner level. Defaults to labelpartner's value.g_fixed_tariffstringThe annual fixed gas tariff of the user. Defaults to labelpartner's value.g_last_jarstringThe user's gas consumption in the last year.budget_billstringrequiredThe budget bill of the user, the amount of budget the user has per month both for gas and electricity (including fixed costs). The specified ‘g_last_jar’ and ‘e_last_jar’ are used to calculate the percentage of the ‘budget_bill’ that applies to electricity and gas (gFactor). When set to -1, budget definition of user will not be updated. Defaults to labelpartner's value.e_tariffstringThe electricity tariff of the user per unit of measure. The unit of measure is configured on the labelpartner of the user. Defaults to the average of e_tariff_tier_1 and e_tariff_tier_2, if both are provided, otherwise defaults to labelpartner's value.e_fixed_tariffstringThe annual fixed tariff for electricity. Defaults to labelpartner's value.e_last_jarstringThe user's electricity consumption in the last year.e_tariff_tier_1stringΤhe electricity tariff of the user for tier-1. Tier-1 is either day or night depending on the platform. Defaults to -1. The value -1 means that the existing value will not be updated and new value will not be set. In order to delete an existing value then 0 value should be provided.e_tariff_tier_2stringΤhe electricity tariff of the user for tier-2. Tier-2 is either day or night depending on the platform. Defaults to -1.feedin_tariffstringΤhe tariff for the amount of electricity produced and returned to the grid. Defaults to 0.feedin_tariff_tier_1stringΤhe tariff for the amount of electricity produced and returned to the grid for tier-1. Defaults to -1.feedin_tariff_tier_2stringΤhe tariff for the amount of electricity produced and returned to the grid for tier-2. Defaults to -1.start_timestampintegerThe timestamp (UTC in unix time) when the provided budget and/or tariff definition starts. If not provided and previous tariff exists the new values are set to start at time of call execution. Defaults to 1/1/2000.Responses 200OK 400Invalid request113: Gateway not found152: User does not have a valid household object184: Profile is incomplete185: Labelpartner not specified for household186: Cannot find a profile for this household250: Unexpected exception while retrieving tariffs information252: Tariff agreement not found253: Energy meter could not be associated with user's tariff agreement254: Unable to add budget definition to user's tariff agreement259: Unable to retrieve tariff definition for user's tariff agreement265: Unexpected exception while retrieving customer information400: User not provisioned422: Invalid input425: Post profile call is disabled999: Unspecified ErrorUpdated about 2 months ago