Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

Available from CRM.COM R14.1.0

Excerpt

This method is used in order to explicitly accept Netflix Charges were retrieved by an Operator. Netflix charges can be accepted as long as they were not processed by Netflix. Up to 50 charges can be accepted through each call

...

Name

Type

Description

token

String

The token retrieved from the login method

accepted_charges_set

(mandatory)

Set of Accepted Netflix Charge Objects

The netflix charges that were received by the operator and were accepted.

Maximum 50 charges can be accepted through each call

...

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "token":"{{token}}",
    "accepted_charges_set":[
        {
            "number":"I00002706",
            "billing_system_customer_identifier":"pci155"
        }
    ]
}

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "data": {},
    "status": {
        "code": "OK",
        "description": "",
        "message": ""
    }
}