v1

latestOpenAPI 3.0.42026-07-241876123.9 KB
Session

Set session priority

Assigns priority to a charging session (requires owner or service permissions).

Prioritized sessions are allocated before unprioritized ones and will receive at least the prioritized current.

<b>Important considerations:</b>

  • Multiple sessions can be prioritized; the caller must ensure enough available current.

  • If there is insufficient current, prioritized sessions are allocated on a first-come, first-served basis.

  • After allocating prioritized sessions, any remaining current is distributed among unprioritized sessions.

post/api/session/{id}/priority

Path parameters

idstring uuid required

Session ID

Request body

prioritizedPhases1 | 3

1 = One

3 = Three

prioritizedCurrentnumber double nullable

Response

OK