Account Codes

Partner key (pKey) is identifying the platform subscriber.

Access code identifies the customer

JSON file containing the active and inactive codes generated by ScheduleInterpreter. All access codes are linked to partner key (pKey).

Authorization codes are stored in comma separate value (CSV) format on Effectiff server.  

 

Place diagram here

 

[{
		"key": "123435567678789123345567678",
		"date": [{
			"start": "2020-06-01 08:00:00",
			"end": "2021-08-01 00:00:00"
		}],
		"auth": [{
				"code": 123456,
				"date": [{
					"start": "2020-10-11 07:05:00"
				}]
			},
			{
				"code": 845778,
				"date": [{
					"start": "2020-10-11 07:05:00",
					"end": "2021-02-05 00:05:00"
				}]
			}
		]
	},
	{
		"key": "84569879516658489745654",
		"date": [{
			"start": "2021-02-02 08:00:00"
		}],
		"auth": [{
				"code": 85476321,
				"date": [{
					"start": "2020-10-11 07:05:00"
				}]
			},
			{
				"code": 85698742,
				"date": [{
					"start": "2020-10-11 07:05:00"
				}]
			}
		]
	}
]