Refactor envelope command and controller response

Removed unnecessary parameters from CreateEnvelopeReceiverCommand, simplifying envelope creation. Updated EnvelopeReceiverController to reflect these changes by removing related fields from the JSON response, focusing on essential information.
This commit is contained in:
Developer 02
2025-04-10 19:04:22 +02:00
parent 6550be0235
commit 5715343651
2 changed files with 0 additions and 12 deletions

View File

@@ -168,10 +168,6 @@ public class EnvelopeReceiverController : ControllerBase
/// "phoneNumber": "+49123456789"
/// }
/// ],
/// "language": "de-DE",
/// "expiresWhen": "2025-12-31T23:59:59Z",
/// "expiresWarningWhen": "2025-12-24T23:59:59Z",
/// "contractType": 1,
/// "tfaEnabled": false
/// }
///