Converged Charging Notification

post

{apiRoot}/nchf-convergedcharging/v2/{$request.body#/notifyUri}

Notifies the NF that one of the following is required:
  • Reauthorization
  • Ending the authorization

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
A notification request.
Show Source
Nested Schema : reauthorizationDetails
Type: array
Minimum Number of Items: 0
Reauthorization data that specifies the quota or usage reporting to update.
Show Source
Nested Schema : ReauthorizationDetails
Type: object
Reauthorization data that specifies the quota or usage reporting to update.
Show Source
Back to Top

Response

Supported Media Types

204 Response

The charging notification was created successfully.

400 Response

The request isn't valid.
Body ()
Root Schema : ProblemDetails
Type: object
Information about an error.
Show Source
Nested Schema : invalidParams
Type: array
Minimum Number of Items: 1
A list of invalid parameters.
Show Source
Nested Schema : InvalidParam
Type: object
An invalid parameter.
Show Source

Default Response

Generic Error
Back to Top