curl --request PATCH \
--url https://api.example.com/api/partners/v2.0/org/{org_id}/trading/dayahead/prices \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {
"price_zone": "AT",
"timezone_override": "<string>"
},
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"price": 123,
"best_bid": [
123
],
"best_ask": [
123
]
}
]
}
'{
"state": "success",
"next_load_curve_calculation": "2023-11-07T05:31:56Z",
"error": "<string>"
}The access token received from the authorization server in the OAuth 2.0 flow.
The organization ID of the new user's organization
Was this page helpful?
curl --request PATCH \
--url https://api.example.com/api/partners/v2.0/org/{org_id}/trading/dayahead/prices \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"metadata": {
"price_zone": "AT",
"timezone_override": "<string>"
},
"data": [
{
"timestamp": "2023-11-07T05:31:56Z",
"price": 123,
"best_bid": [
123
],
"best_ask": [
123
]
}
]
}
'{
"state": "success",
"next_load_curve_calculation": "2023-11-07T05:31:56Z",
"error": "<string>"
}