Skip to main content

Upload PDA1

POST 

/issuance/pda1/create

Processes submission of ESSPASS Portable Document A1 data for credential issuance. The request must include detailed personal, legal, employment, and organisational information structured across multiple sections.

Request

Body

    pda1Data object[]
  • Array [
  • pda1 object
    credentialSubject object
    id uuid
    section1 object
    dateBirth date
    forenames string
    nationalities string[]
    personalIdentificationNumber string
    placeBirth object
    countryCode string
    region string
    town string
    sex string
    stateOfResidenceAddress object
    countryCode string
    postCode string
    streetNo string
    town string
    stateOfStayAddress object
    countryCode string
    postCode string
    streetNo string
    town string
    surname string
    surnameAtBirth string
    section2 object
    startingDate date
    endingDate date
    memberStateWhichLegislationApplies string
    section3 object
    property name* boolean
    section4 object
    employerSelfEmployedActivityCodes string[]
    nameBusinessName string
    registeredAddress object
    countryCode string
    postCode string
    streetNo string
    town string
    section5 object
    workPlaceAddresses object[]
  • Array [
  • address object
    countryCode string
    postCode string
    streetNo string
    town string
    seqno integer
  • ]
  • workPlaceNames object[]
  • Array [
  • companyNameVesselName string
    seqno integer
  • ]
  • section6 object
    address object
    countryCode string
    postCode string
    streetNo string
    town string
    date date
    email email
    institutionID string
    name string
    officeFaxNo string
    officePhoneNo string
    signature string
    socialSecurityNumber string
  • ]

Responses

PDA1 attestation data uploaded successfully (no content)

Loading...