Versions Compared

Key

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

Available from CRM.COM R8.0.0

 

Table of Contents
maxLevel2

...

Name

Type

Description

token

String

The token retrieved from the login method

accounts_receivable_identifier

(mandatory)

Accounts receivable identifier  

The identifier of the accounts receivable that owns the subscription that will be authenticated. The allowed accounts receivable identifier fields are the following:

Include Page
V4:accounts_receivable_identifier_post
V4:accounts_receivable_identifier_post

subscription_identifier

(mandatory)

Subscription Identifier

The identifier of the subscription that will be authenticated. The allowed subscription identifier fields are the following:

Include Page
V4:subscription_identifier
V4:subscription_identifier

Note that the specified subscription should be owned by the specified accounts receivable

fields_set

(optional)

List of Strings, comma separated 

A list of fields that should be included in the results. If not specified then all the available fields will be returned

...

Expand
titleExample 1

HTTP Method: POST

 

Request:

Body:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
    "token":"{{token}}",  
    "accounts_receivable_identifier":{"number":"ACR0000000317"},
     "subscription_identifier":{"number":"S0000000242"}
}

Response:

Code Block
themeConfluence
languagejavascript
linenumberstrue
 {
  "data": {
	key"nagra_token": "24CA1EECEACB4CA8BC3E84C815CF4693"
	"subscription":{
    	"number": "S0000000242",
    	"first_activated_date": "2016-07-28T13:58:40",
    	"rating_state": "PENDING",
    	"accounts_receivable": {
      	"number": "ACR0000000317",
      	"name": "Loukia P",
      	"id": "4C786CECD72943929D7655A96C0D3B39",
      	"life_cycle_state": "ACTIVE",
      	"account_owner": {
        "company_profile": null,
        "company_name": null,
        "name": "Loukia Papapavlou",
        "last_name": "Papapavlou",
        "id": "5C46C8DBBADE431BBA064DB9C41F046F",
        "life_cycle_state": "FINANCIAL",
        "middle_name": null,
        "title": null,
        "type": "PERSON",
        "first_name": "Loukia",
        "demographics": {
          "name_day": {
            "month": null,
            "day": null
          },
         "id_number": null,
         "gender": "FEMALE",
         "country_of_residence": {
         "alternative_code": "CYP",
         "three_character_code": "CYP",
         "name": "CYPRUS",
         "id": "181",
         "two_character_code": "CY"
         },
        "date_of_birth": {
        "month": null,
        "year": null,
        "day": null
        },
        "industry_sector": null,
        "passport_number": null,
        "industry": null,
        "social_security_number": null,
        "id_issued_by_country": null,
        "passport_issued_by_country": null
       }
     }
   },
    "id": "A4CA535D1AD140A2BB400DEA312CCFC5",
    "life_cycle_state": "EFFECTIVE",
    "type": {
      "alternative_code": "normalsub",
      "name": "Normal",
      "description": null,
      "id": "D1BAE6454A2248189EBCD7ADD3B4B65F"
    }
}