Banque-carrefour
Ce module supporte pour l’instant la gestion des requêtes suivantes:
Référence
Sektoren
name |
type |
verbose name |
help text |
code |
IntegerField |
Code |
|
subcode |
IntegerField |
Unter-Code |
|
abbr |
BabelCharField |
Abkürzung |
|
name |
BabelCharField |
Bezeichnung |
|
id |
AutoField |
ID |
|
Eigenschafts-Codes
name |
type |
verbose name |
help text |
sector_code |
IntegerField |
Sektor |
|
code |
IntegerField |
Code |
|
name |
BabelCharField |
Bezeichnung |
|
id |
AutoField |
ID |
|
IdentifyPerson-Anfragen
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Benutzer |
Autor |
|
person |
ForeignKey to Klient |
Klient |
|
sent |
DateTimeField |
Versendet |
The date and time when this request has been executed.
This is empty for requests than haven’t been sent.
Read-only. |
status |
ChoiceListField |
Zustand |
|
environment |
CharField |
T/A/B |
|
ticket |
CharField |
Ticket |
|
request_xml |
TextField |
Abfrage |
The raw XML string that has (or would have) been sent. |
response_xml |
TextField |
Antwort |
The raw XML response received. |
debug_messages |
TextField |
Debug-Meldungen |
|
info_messages |
TextField |
Info-Meldungen |
|
national_id |
CharField |
NR-Nummer |
|
birth_date |
IncompleteDateField |
Geburtsdatum |
Unkomplette Datumsangaben sind erlaubt, z.B. “00.00.1980” heißt “irgendwann im Jahr 1980”, “00.07.1980” heißt “im Juli 1980”oder “23.07.0000” heißt “an einem 23. Juli”. |
sis_card_no |
CharField |
SIS-Karten-Nr |
The number of the SIS card used to authenticate the person. |
id_card_no |
CharField |
ID-Karten-Nr |
The number of the ID card used to authenticate the person. |
first_name |
CharField |
Vorname |
|
last_name |
CharField |
Familienname |
|
middle_name |
CharField |
Mittelnamen |
Whatever this means... |
gender |
ChoiceListField |
Geschlecht |
|
tolerance |
IntegerField |
Toleranz |
Falls Monat oder Tag des Geburtsdatums unbekannt sind,
um wieviel Monate bzw. Tage die Suche nach unten/oben ausgeweitet wird.
Gültige Werte: 0 bis 10. |
ManageAccess-Anfragen
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Benutzer |
Autor |
|
person |
ForeignKey to Klient |
Klient |
|
sent |
DateTimeField |
Versendet |
The date and time when this request has been executed.
This is empty for requests than haven’t been sent.
Read-only. |
status |
ChoiceListField |
Zustand |
|
environment |
CharField |
T/A/B |
|
ticket |
CharField |
Ticket |
|
request_xml |
TextField |
Abfrage |
The raw XML string that has (or would have) been sent. |
response_xml |
TextField |
Antwort |
The raw XML response received. |
debug_messages |
TextField |
Debug-Meldungen |
|
info_messages |
TextField |
Info-Meldungen |
|
national_id |
CharField |
NR-Nummer |
The SSIN of the person to register/unregister/list. |
birth_date |
IncompleteDateField |
Geburtsdatum |
Unkomplette Datumsangaben sind erlaubt, z.B. “00.00.1980” heißt “irgendwann im Jahr 1980”, “00.07.1980” heißt “im Juli 1980”oder “23.07.0000” heißt “an einem 23. Juli”. |
sis_card_no |
CharField |
SIS-Karten-Nr |
The number of the SIS card used to authenticate the person. |
id_card_no |
CharField |
ID-Karten-Nr |
The number of the ID card used to authenticate the person. |
first_name |
CharField |
Vorname |
|
last_name |
CharField |
Familienname |
|
sector |
ForeignKey to Sektor |
Sektor |
For register and unregister this element is ignored.
It can be used for list,
when information about sectors is required. |
purpose |
ForeignKey to Eigenschafts-Code |
Eigenschafts-Code |
The purpose for which the inscription needs to be
registered/unregistered or listed.
For listing this field is optional,
for register/unregister it is mandatory. |
start_date |
DateField |
Periode vom |
|
end_date |
DateField |
Periode bis |
|
action |
ChoiceListField |
Aktion |
|
query_register |
ChoiceListField |
Abfrageregister |
|
Tx25-Anfragen
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Benutzer |
Autor |
|
person |
ForeignKey to Klient |
Klient |
|
national_id |
CharField |
NR-Nummer |
|
language |
ChoiceListField |
Sprache |
|
history |
BooleanField |
Historie |
Whatever this means. |
status |
ChoiceListField |
Zustand |
|
ticket |
CharField |
Ticket |
|
sent |
DateTimeField |
Versendet |
The date and time when this request has been executed.
This is empty for requests than haven’t been sent.
Read-only. |
environment |
CharField |
T/A/B |
|