Skip to main content

SubscriberDto

Data Transfer Object for Subscriber

nationalitystring

Nationality of the subscriber

Example: French
languagestring

Default language of the subscriber

Example: en
firstNamestring

First name of the subscriber

Example: John
lastNamestring

Last name of the subscriber

Example: Doe
phoneNumberstring

Primary phone number of the subscriber

Example: +33 612345678
idDocumentTypestring

Type of identification document of the subscriber

Example: Passport
idDocumentNumberstring

Identification number of the subscriber

Example: A1234567
emailstring

Email address of the subscriber

Example: john.doe@example.com
rcsFirstNamestring

First name for the RCS contract

Example: John
rcsLastNamestring

Last name for the RCS contract

Example: Doe
genderstring

Gender of the subscriber

Example: Male
usernamestring

Username of the subscriber

Example: johndoe123
telecomOperatorstring

Telecom operator of the subscriber

Example: Orange
professionalProfilesint64[]

List of profile IDs associated with the subscriber

Example: [101,102,103]
profileSignaturestring[]

Profile signature codes associated with the subscriber

Example: ["SIG123","SIG456"]
initiatorboolean

Initiator of the profile

Example: true
endDateOfProfessionalProfiledate-time

End date of the signature validity for the subscriber

endDateOfProfessionalProfileFormattedstring

Formatted end date of the signature validity

Example: 2025-12-31
endSignatureDatedate-time

End date of the signature validity for the subscriber

endSignatureDateFormattedstring

Formatted end date of the signature validity

Example: 2025-12-31
SubscriberDto
{
"nationality": "French",
"language": "en",
"firstName": "John",
"lastName": "Doe",
"phoneNumber": "+33 612345678",
"idDocumentType": "Passport",
"idDocumentNumber": "A1234567",
"email": "john.doe@example.com",
"rcsFirstName": "John",
"rcsLastName": "Doe",
"gender": "Male",
"username": "johndoe123",
"telecomOperator": "Orange",
"professionalProfiles": [
101,
102,
103
],
"profileSignature": [
"SIG123",
"SIG456"
],
"initiator": true,
"endDateOfProfessionalProfile": "2024-07-29T15:51:28.071Z",
"endDateOfProfessionalProfileFormatted": "2025-12-31",
"endSignatureDate": "2024-07-29T15:51:28.071Z",
"endSignatureDateFormatted": "2025-12-31"
}