Banque-carrefour
Ce module supporte pour l’instant la gestion des requêtes suivantes:
Référence
Secteurs
name |
type |
verbose name |
help text |
code |
IntegerField |
Code |
|
subcode |
IntegerField |
Sous-Code |
|
abbr |
BabelCharField |
Abbréviation |
|
name |
BabelCharField |
Description |
|
id |
AutoField |
ID |
|
Codes fonction
name |
type |
verbose name |
help text |
sector_code |
IntegerField |
Secteur |
|
code |
IntegerField |
Code |
|
name |
BabelCharField |
Description |
|
id |
AutoField |
ID |
|
Requêtes IdentifyPerson
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Utilisateur |
Auteur |
|
person |
ForeignKey to Client |
Client |
|
sent |
DateTimeField |
Exécuté |
The date and time when this request has been executed.
This is empty for requests than haven’t been sent.
Read-only. |
status |
ChoiceListField |
State |
|
environment |
CharField |
T/A/B |
|
ticket |
CharField |
Ticket |
|
request_xml |
TextField |
Requête |
The raw XML string that has (or would have) been sent. |
response_xml |
TextField |
Réponse |
The raw XML response received. |
debug_messages |
TextField |
Messages debug |
|
info_messages |
TextField |
Messages info |
|
national_id |
CharField |
NISS |
|
birth_date |
IncompleteDateField |
date de naissance |
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 |
No carte SIS |
The number of the SIS card used to authenticate the person. |
id_card_no |
CharField |
No carte eID |
The number of the ID card used to authenticate the person. |
first_name |
CharField |
Prénom |
|
last_name |
CharField |
Nom de famille |
|
middle_name |
CharField |
Middle name |
Whatever this means... |
gender |
ChoiceListField |
Sexe |
|
tolerance |
IntegerField |
Tolérance |
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. |
Requêtes ManageAccess
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Utilisateur |
Auteur |
|
person |
ForeignKey to Client |
Client |
|
sent |
DateTimeField |
Exécuté |
The date and time when this request has been executed.
This is empty for requests than haven’t been sent.
Read-only. |
status |
ChoiceListField |
State |
|
environment |
CharField |
T/A/B |
|
ticket |
CharField |
Ticket |
|
request_xml |
TextField |
Requête |
The raw XML string that has (or would have) been sent. |
response_xml |
TextField |
Réponse |
The raw XML response received. |
debug_messages |
TextField |
Messages debug |
|
info_messages |
TextField |
Messages info |
|
national_id |
CharField |
NISS |
The SSIN of the person to register/unregister/list. |
birth_date |
IncompleteDateField |
date de naissance |
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 |
No carte SIS |
The number of the SIS card used to authenticate the person. |
id_card_no |
CharField |
No carte eID |
The number of the ID card used to authenticate the person. |
first_name |
CharField |
Prénom |
|
last_name |
CharField |
Nom de famille |
|
sector |
ForeignKey to Secteur |
Secteur |
For register and unregister this element is ignored.
It can be used for list,
when information about sectors is required. |
purpose |
ForeignKey to Code fonction |
Code fonction |
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 |
Période du |
|
end_date |
DateField |
Période au |
|
action |
ChoiceListField |
Action |
|
query_register |
ChoiceListField |
Query Register |
|
Requêtes Tx25
name |
type |
verbose name |
help text |
id |
AutoField |
ID |
|
user |
ForeignKey to Utilisateur |
Auteur |
|
person |
ForeignKey to Client |
Client |
|
national_id |
CharField |
NISS |
|
language |
ChoiceListField |
Langue |
|
history |
BooleanField |
Historique |
Whatever this means. |
status |
ChoiceListField |
State |
|
ticket |
CharField |
Ticket |
|
sent |
DateTimeField |
Exécuté |
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 |
|