SubscriberDto
Data Transfer Object for Subscriber
Nationality of the subscriber
French
Default language of the subscriber
en
First name of the subscriber
John
Last name of the subscriber
Doe
Primary phone number of the subscriber
+33 612345678
Type of identification document of the subscriber
Passport
Identification number of the subscriber
A1234567
Email address of the subscriber
john.doe@example.com
First name for the RCS contract
John
Last name for the RCS contract
Doe
Gender of the subscriber
Male
Username of the subscriber
johndoe123
Telecom operator of the subscriber
Orange
List of profile IDs associated with the subscriber
[101,102,103]
Profile signature codes associated with the subscriber
["SIG123","SIG456"]
Initiator of the profile
true
End date of the signature validity for the subscriber
Formatted end date of the signature validity
2025-12-31
End date of the signature validity for the subscriber
Formatted end date of the signature validity
2025-12-31
{
"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"
}