Aller au contenu principal

Get all identity documents of a NaturalPerson or LegalEntity

GET 

/sint/id_doc/owner/:uuid

Get all identity documents of a NaturalPerson or LegalEntity

Request

Path Parameters

    uuid stringrequired

    The UUID of the NaturalPerson or LegalEntity

Responses

List every Piece Identite, if it empty, there is no identity document in the database

Schema
  • Array [
  • UUID stringrequired

    $UUID

    TypePiece integernullable

    TypePieceID

    Number stringnullable

    Number

    Validity object nullable

    Validity

    oneOf

    string

    OwnerUUID stringnullable

    OwnerUUID

    algoregDocumentId stringnullable

    AlgoregDocumentId

    typePerLanguage string[]

    Default value: ``

    TypePieceIdentie

    selfUpload booleannullable

    The document is uploaded by user

    Document object nullable

    AlgoregDocument

    oneOf
    base64Doc stringnullable

    Base64 document to upload

  • ]
Loading...