Banque-carrefour

Ce module supporte pour l’instant la gestion des requêtes suivantes:

The IdentifyPerson Request model

Internal name:cbss.IdentifyPersonRequest
Implemented by:IdentifyPersonRequest

Views on IdentifyPerson Request

  • IdentifyPerson Requests (IdentifyPersonRequests) (Menu Explorer ‣ CBSS ‣ IdentifyPerson Requests)
  • My IdentifyPerson Requests (MyIdentifyPersonRequests)
  • IdentifyPerson Requests (IdentifyRequestsByPerson)

Fields in IdentifyPerson Request

  • Sent (sent, DateTimeField) – The date and time when this request has been executed. This is empty for requests than haven’t been sent. Read-only.

  • Request (request_xml, TextField) – The raw XML string that has (or would have) been sent.

  • Response (response_xml, TextField) – The raw XML response received.

  • Birth date (birth_date, IncompleteDateField) – Uncomplete dates are allowed, e.g. “00.00.1980” means “some day in 1980”, “00.07.1980” means “in July 1980” or “23.07.0000” means “on a 23th of July”.

  • SIS card number (sis_card_no, CharField) – The number of the SIS card used to authenticate the person.

  • ID card number (id_card_no, CharField) – The number of the ID card used to authenticate the person.

  • Middle name (middle_name, CharField) – Whatever this means...

  • Tolerance (tolerance, IntegerField) –

    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.

  • ... and ID (id, AutoField), Author (user, ForeignKey to User), Client (person, ForeignKey to Client), State (status, ChoiceListField to States), T/A/B (environment, CharField), Ticket (ticket, CharField), Debug messages (debug_messages, TextField), Info messages (info_messages, TextField), National ID (national_id, CharField), First name (first_name, CharField), Last name (last_name, CharField), Gender (gender, ChoiceListField to Genders)

Actions on IdentifyPerson Request

The ManageAccess Request model

Internal name:cbss.ManageAccessRequest
Implemented by:ManageAccessRequest

Views on ManageAccess Request

  • ManageAccess Requests (ManageAccessRequests) (Menu Explorer ‣ CBSS ‣ ManageAccess Requests)
  • ManageAccess Requests (ManageAccessRequestsByPerson)
  • My ManageAccess Requests (MyManageAccessRequests)

Fields in ManageAccess Request

  • Sent (sent, DateTimeField) – The date and time when this request has been executed. This is empty for requests than haven’t been sent. Read-only.
  • Request (request_xml, TextField) – The raw XML string that has (or would have) been sent.
  • Response (response_xml, TextField) – The raw XML response received.
  • National ID (national_id, CharField) – The SSIN of the person to register/unregister/list.
  • Birth date (birth_date, IncompleteDateField) – Uncomplete dates are allowed, e.g. “00.00.1980” means “some day in 1980”, “00.07.1980” means “in July 1980” or “23.07.0000” means “on a 23th of July”.
  • SIS card number (sis_card_no, CharField) – The number of the SIS card used to authenticate the person.
  • ID card number (id_card_no, CharField) – The number of the ID card used to authenticate the person.
  • Sector (sector, ForeignKey to Sector) – For register and unregister this element is ignored. It can be used for list, when information about sectors is required.
  • Purpose (purpose, ForeignKey to Purpose) – 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.
  • ... and ID (id, AutoField), Author (user, ForeignKey to User), Client (person, ForeignKey to Client), State (status, ChoiceListField to States), T/A/B (environment, CharField), Ticket (ticket, CharField), Debug messages (debug_messages, TextField), Info messages (info_messages, TextField), First name (first_name, CharField), Last name (last_name, CharField), Period from (start_date, DateField), Period until (end_date, DateField), Action (action, ChoiceListField to ManageAction), Query Register (query_register, ChoiceListField to QueryRegister)

Actions on ManageAccess Request

The Tx25 Request model

Internal name:cbss.RetrieveTIGroupsRequest
Implemented by:RetrieveTIGroupsRequest

Liste incomplète (conversion en cours) des TIs que Lino connait:

Name Text IT
SpecialInfos Special Infos IT202
Passports Passports IT199
PseudoNationalNumbers Pseudo National Numbers IT208
NameModifications Name Modifications IT013
CountriesOfOrigin Countries Of Origin IT006
WorkPermits Work Permits IT198
ChoosenResidences Choosen residences IT212
PublicSecurityNumbers Public Security Numbers IT200
SpecialRetirementCertificates Special Retirement Certificates IT074
TemporaryRegistrations Inscriptions Temporaires IT028
OrganizationsInCharge Organizations in charge IT207
OrganDonations Organ Donations IT192
DocumentTypes Document Types IT211
RetirementCertificates Retirement Certificates IT073
RefugeeTypes Refugee Types IT205
StatusOfRefugee Status of refugee IT206
RegistrationRegisters Registration registers IT210
AddressDeclarationAbroad Address Declaration Abroad IT018
ResidenceUpdateDates Residence Update Dates IT251

Views on Tx25 Request

  • Tx25 Requests (RetrieveTIGroupsRequests) (Menu Explorer ‣ CBSS ‣ Tx25 Requests)
  • Tx25 Requests (RetrieveTIGroupsRequestsByPerson)
  • My Tx25 Requests (MyRetrieveTIGroupsRequests)

Fields in Tx25 Request

  • Sent (sent, DateTimeField) – The date and time when this request has been executed. This is empty for requests than haven’t been sent. Read-only.
  • Request (request_xml, TextField) – The raw XML string that has (or would have) been sent.
  • Response (response_xml, TextField) – The raw XML response received.
  • History (history, BooleanField) – Whatever this means.
  • ... and ID (id, AutoField), Author (user, ForeignKey to User), Client (person, ForeignKey to Client), State (status, ChoiceListField to States), T/A/B (environment, CharField), Ticket (ticket, CharField), Debug messages (debug_messages, TextField), Info messages (info_messages, TextField), National ID (national_id, CharField), Language (language, ChoiceListField to RequestLanguages)

Actions on Tx25 Request

The Sector model

Internal name:cbss.Sector
Implemented by:Sector

Views on Sector

  • Sectors (Sectors) (Menu Configure ‣ CBSS ‣ Sectors)

Fields in Sector

  • ID (id, AutoField), Designation (name, BabelCharField), Code (code, IntegerField), Subcode (subcode, IntegerField), Abbreviation (abbr, BabelCharField)

The Purpose model

Internal name:cbss.Purpose
Implemented by:Purpose

Views on Purpose

  • Purposes (Purposes) (Menu Configure ‣ CBSS ‣ Purposes)

Fields in Purpose

  • ID (id, AutoField), Designation (name, BabelCharField), Sector (sector_code, IntegerField), Code (code, IntegerField)