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:
@@ -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
|
||||
/// }
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user