Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space ENWORK and version Documentation
Info

Please note that the data within all JSON objects is encoded using UTF-8 and then must be also Base64 encoded. This applies in particular to special characters such as "Umlaute" and diactrics.

Data Elements

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638289244438_353021055
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamecustomer_info
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638289244440_1509686270
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1customerNumberans..30OCustomer numberKundennummer
2

consumer

object

C

Object describing private customers. Required if the customer is a person.

Objekt zur Beschreibung von Privatkunden. Erforderlich, wenn der Kunde eine Person ist.
3

business

object

C

Object describing business customers. Required if the customer is a legal entity.

Objekt zur Beschreibung von Geschäftskunden. Erforderlich, wenn der Kunde eine juristische Person ist.
4

phone

object

C

Phone number. Required (if available), unless market or regional mandate restricts sending this information.

Telefonnummer. Erforderlich (falls verfügbar), sofern nicht Markt- oder regionale Mandate die Übermittlung dieser Information beschränken.
5

mobilePhone

object

C

Mobile phone number. Required (if available) unless market or regional mandate restricts sending this information.

Mobiltelefonnummer. Erforderlich (falls verfügbar), sofern nicht Markt- oder regionale Mandate die Übermittlung dieser Information beschränken.
6

email

string

C

Email address. Required unless market or regional mandate restricts sending this information.

E-Mail-Adresse. Erforderlich, sofern nicht Markt- oder regionale Mandate die Übermittlung dieser Information beschränken.

Anchor
consumer
consumer
consumer

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638289244442_-1301828580
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNameconsumer
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638289244443_1033763953
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

salutation

string

O

Salutation

Values accepted:

  • Mr

  • Mrs

  • Miss

Anrede

Zulässige Werte:

  • Mr

  • Mrs

  • Miss

2

firstName

string

M

Customers' first name

Vorname des Kunden
3

lastName

string

M

Customer's last name

Nachname des Kunden
4

birthDate

string

O

Customer's birthdate in format YYYY-MM-DD

Geburtsdatum des Kunden im Format JJJJ-MM-TT

Anchor
business
business
business

Table Filter
defaultBeschreibung
isFirstTimeEnterfalse
hideColumnstrue
sparkNameSparkline
hidePanetrue
datepatterndd M yy
id1638289244445_-1145042276
worklog365|5|8|y w d h m|y w d h m
isORAND
separatorPoint (.)
order0
Multiexcerpt
MultiExcerptNamebusiness
Table Transformer
dateFormatdd M yy
export-wordfalse
show-sourcefalse
export-csvfalse
id1638289244446_-1221766166
transposefalse
worklog365|5|8|y w d h m|y w d h m
separator.
export-pdffalse
sqlSELECT * FROM T*

KeyFormatCNDDescriptionBeschreibung
1

legalName

string

M

Business legal name

Firmenname
2

dbaName

string

O

Doing Business As

Geschäfte tätigend als
3

registrationNumber

string

O

Business registration number

Unternehmens-Registrierungsnummer

Schema

(info) BASEURL=

Multiexcerpt include
SpaceWithExcerptEN
MultiExcerptNameBaseURL
PageWithExcerptWording
schemas

Multiexcerpt
MultiExcerptNameschema
Code Block
languagejson
linenumberstrue
{
	    "$schema": "http://json-schema.org/draft-07/schema#",
	    "$id": "https://www.computop-paygate.com/schemas/customerInfo.json",
	    "title": "customerInfo",
	    "description": "Customer Information",
	    "type": "object",
	    "properties": {
		        "customerNumber": {
			            "type": "string",
			            "maxLength": 30
		        },
		        "consumer": {
			            "type": "object",
            "additionalProperties",
			: false,
            "properties": {
				                "salutation": {
					                    "type": "string",
					                    "enum": [
						                        "Mr",
						                        "Mrs",
						"Miss"
					]
				},
				                        "Miss"
                    ]
                },
                "firstName": {
					                    "type": "string",
					                    "maxLength": 30
				},
				                },
                "lastName": {
					                    "type": "string",
					                    "maxLength": 30
				},
				                },
                "birthDate": {
					"type                    "description": "stringYYYY-MM-DD",
					"format                    "type": "full-datestring",
					"description                    "format": "YYYYfull-MM-DD"
				}
			},
			date"
                }
            },
            "required": [
				                "firstName",
				                "lastName"
			],
			"additionalProperties": false
		},
		            ]
        },
        "business": {
			            "type": "object",
			            "additionalProperties": false,
            "properties": {
				                "legalName": {
					                    "type": "string",
					                    "maxLength": 60
				},
				999
                },
                "dbaName": {
					"type": "string",
					"maxLength": 50,
					                    "description": "Doing business as. Name of the company as usually known to consumers."
				},
				,
                    "type": "string",
                    "maxLength": 50
                },
                "registrationNumber": {
					                    "type": "string",
					                    "maxLength": 20
				}
			},
			                }
            },
            "required": [
				                "legalName"
			],
			"additionalProperties": false
		},
		            ]
        },
        "phone": {
			            "type": "object",
			            "additionalProperties": false,
            "properties": {
				                "countryCode": {
					                    "type": "string",
					                    "minLength": 1,
					                    "maxLength": 3
				},
				                },
                "subscriberNumber": {
					                    "type": "string",
					                    "maxLength": 15
				}
			},
			                }
            },
            "required": [
				                "countryCode",
				                "subscriberNumber"
			],
			"additionalProperties": false
		},
		            ]
        },
        "mobilePhone": {
			            "type": "object",
            "additionalProperties",
			: false,
            "properties": {
				                "countryCode": {
					                    "type": "string",
					                    "minLength": 1,
					                    "maxLength": 3
				},
				                },
                "subscriberNumber": {
					                    "type": "string",
					                    "maxLength": 15
				}
			},
			                }
            },
            "required": [
				                "countryCode",
				                "subscriberNumber"
			],
			"additionalProperties": false
		},
		            ]
        },
        "email": {
			            "type": "string",
			            "maxLength": 254256,
			            "format": "idn-email"
		        }
	    },
	    "oneOf": [
		{
			        {
            "required": [
				                "consumer"
			]
		},
		{
			            ]
        },
        {
            "required": [
				                "business"
			]
		}
	],
	            ]
        }
    ],
    "additionalProperties": false
}

Sample

Multiexcerpt
MultiExcerptNamesample
Code Block
languagejson
linenumberstrue
{
    "consumer": {
        "salutation": "Mr",
        "firstName": "Napoleon",
        "lastName": "Bonaparte",
        "birthDate": "1769-08-15"
    },
    "mobilePhone": {
        "countryCode": "33",
        "subscriberNumber" : "12345678910"
    },
    "email": "napoleon.bonaparte@france.com"
}

Table of Contents