cURL
curl --request POST \ --url https://api.engrate.io/schedule-management/v1/mabis/clearing-periods/{uid}/objections \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "objection_type": "<string>", "disputed_values": {}, "reason": "<string>" } '
{ "uid": "<string>", "clearing_period_uid": "<string>", "objection_type": "<string>", "status": "<string>", "disputed_values": {}, "created_ts": "<string>", "last_modified_ts": "<string>", "reason": "<string>", "tso_response": "<string>", "submitted_ts": "<string>", "resolved_ts": "<string>" }
Submit an objection for a clearing period.
Request to create an objection.
Type: volume, price, metering_point, allocation, timing, other
Dict with disputed values
Reason for objection
Successful Response
Response model for ClearingObjection.
Was this page helpful?