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
-
$request.body#/notifyUri(required): string
The notification URI (notifyUri field) provided in the Create a Converged Charging Session request body.
Supported Media Types
- application/json
A notification request.
Root Schema : schema
Type:
object
A notification request.
Show Source
-
notificationType(required): string
Allowed Values:
[ "REAUTHORIZATION", "ABORT_CHARGING" ]
The reason for the notification:- REAUTHORIZATION: Reauthorization is required
- ABORT_CHARGING: Ending authorization is required
-
reauthorizationDetails: array
reauthorizationDetails
Minimum Number of Items:
0
Reauthorization data that specifies the quota or usage reporting to update.
Response
Supported Media Types
- application/problem+json
204 Response
The charging notification was created successfully.
400 Response
The request isn't valid.
Root Schema : ProblemDetails
Type:
object
Information about an error.
Show Source
-
cause: string
The reason for the failure.
-
detail: string
Details about the error.
-
instance: string
The instance.
-
invalidParams: array
invalidParams
Minimum Number of Items:
1
A list of invalid parameters. -
status: integer
The status code.
-
supportedFeatures: string
Pattern:
^[A-Fa-f0-9]*$
The list of supported features. -
title: string
The problem's title.
-
type: string
The type of problem.
Nested Schema : invalidParams
Type:
array
Minimum Number of Items:
1
A list of invalid parameters.
Show Source
-
Array of:
object InvalidParam
An invalid parameter.
Nested Schema : InvalidParam
Type:
object
An invalid parameter.
Show Source
-
param(required): string
The name of the parameter.
-
reason: string
The reason why the parameter didn't pass validation.
Default Response
Generic Error