SubscriberDto
Data Transfer Object for Subscriber
Nationality of the subscriber
FrenchDefault language of the subscriber
enFirst name of the subscriber
JohnLast name of the subscriber
DoePrimary phone number of the subscriber
+33 612345678Type of identification document of the subscriber
PassportIdentification number of the subscriber
A1234567Email address of the subscriber
john.doe@example.comFirst name for the RCS contract
JohnLast name for the RCS contract
DoeGender of the subscriber
MaleUsername of the subscriber
johndoe123Telecom operator of the subscriber
OrangeList of profile IDs associated with the subscriber
[101,102,103]Profile signature codes associated with the subscriber
["SIG123","SIG456"]Initiator of the profile
trueEnd date of the signature validity for the subscriber
Formatted end date of the signature validity
2025-12-31End 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"
}