diff --git a/navigator.rest.swagger-0.5.1.beta.json b/navigator.rest.swagger-0.5.1.beta.json new file mode 100644 index 0000000..b39ee67 --- /dev/null +++ b/navigator.rest.swagger-0.5.1.beta.json @@ -0,0 +1,9535 @@ +{ + "openapi": "3.1.0", + "info": { + "title": "Agreements API", + "version": "0.8.0-beta", + "description": "API for retrieving agreements", + "termsOfService": "https://www.docusign.com/legal/terms-and-conditions/developers", + "license": { + "name": "", + "url": "https://www.docusign.com/legal/terms-and-conditions/developers" + }, + "contact": { + "name": "Docusign Developer Center", + "email": "devcenter@docusign.com", + "url": "https://developers.docusign.com" + } + }, + "servers": [ + { + "url": "https://api.docusign.com", + "description": "Production server" + }, + { + "url": "https://api-d.docusign.com", + "description": "Demo server" + }, + { + "url": "https://api-s.docusign.com", + "description": "Staging server" + }, + { + "url": "https://api.dev.docusign.net", + "description": "Dev server" + } + ], + "security": [ + { + "OAuth2Auth": [ + "adm_store_unified_repo_read", + "adm_store_unified_repo_write", + "models_read", + "document_uploader_read", + "document_uploader_write", + "public_dms_document_read" + ] + } + ], + "paths": { + "/v1/accounts/{accountId}/agreements": { + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + } + } + ], + "get": { + "operationId": "GetAgreementsList", + "summary": "", + "description": "", + "x-ds-methodname": "getAgreementsList", + "tags": [ + "Agreements" + ], + "parameters": [ + { + "name": "limit", + "description": "", + "in": "query", + "required": false, + "schema": { + "$ref": "#/components/schemas/PageLimit" + } + }, + { + "name": "ctoken", + "description": "", + "in": "query", + "required": false, + "schema": { + "$ref": "#/components/schemas/ContinuationToken" + } + }, + { + "name": "$filter", + "in": "query", + "description": "", + "schema": { + "type": "string", + "maxLength": 2000 + }, + "example": "parties/name_in_agreement eq 'HEALTHEON CORPORATION'" + }, + { + "name": "sort", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "direction", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "enum": [ + "asc", + "desc" + ] + } + }, + { + "name": "id", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "document_id", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "status", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "review_status", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "review_completed_at", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "format": "DateTime" + } + }, + { + "name": "parties.name_in_agreement", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "metadata.created_at", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "format": "DateTime" + } + }, + { + "name": "title", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "related_agreement_documents.parent_agreement_document_id", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "languages", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "provisions.effective_date", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "format": "DateTime" + } + }, + { + "name": "provisions.expiration_date", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "format": "DateTime" + } + }, + { + "name": "provisions.execution_date", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string", + "format": "DateTime" + } + }, + { + "name": "provisions.term_length", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "source_name", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "source_id", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + }, + { + "name": "include_linked_data", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "A collection of agreements.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/AgreementsResponse" + }, + "examples": { + "AgreementsCollection": { + "description": "A collection of agreements.", + "value": { + "data": [ + { + "id": "48e593bd-73e8-455f-92e7-7299fef08dea", + "type": "Addendum agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "2c314bf6-a358-4e54-9da2-bf1b8d90a3d5", + "type": "Amendment agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "related_agreement_documents": { + "parent_agreement_document_id": "77b85334-6da9-4f08-a516-f8f029d8c3c5" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "67f0ec03-db14-43f9-a220-ccb6556a440a", + "type": "Appendix agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "c7175542-0377-48cd-b0b6-263ed90d7ecb", + "type": "Attachment agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "cbc079d9-d96a-4f07-a86b-165224e06b64", + "type": "Certificate of Insurance", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "1b83331f-9589-47ed-96cb-6f2d79ca1fa8", + "type": "Change Order agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "additionaL_user_defined_data": { + "mykey": "myvalue" + }, + "additional_custom_clm_data": { + "myclmkey": "myclmvalue" + }, + "additional_custom_esign_data": { + "mysignkey": "mysignvalue" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "e42799d5-bd35-4777-8832-f316d4e2f7e7", + "type": "Consulting Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "ef1f1758-30a2-42e3-80e5-10335d374b0c", + "type": "Contractor Agreement", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "2900dc4b-3780-4abb-8f68-8e3ccd92d3b9", + "type": "Credit Card Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "249d1d9b-28ce-4be3-aa2f-46323a281591", + "type": "Employment Separation Agreement", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 25000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 25000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P6M", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "33d144bb-5e1b-4e36-919b-1c9f007cf4b5", + "type": "Engagement Letter", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "7e7457b5-57e2-42f0-8f8d-2e296dc7177f", + "type": "Event agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "b087d7f2-b5ad-4937-866a-36f314348a52", + "type": "Exhibit agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "a607e149-bc3a-40ee-8846-bf646bcc560d", + "type": "Fee agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "71e6c5b7-91f2-40d9-a587-9d0fc4a40ee9", + "type": "Franchise Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "93861fd6-6df4-4e54-986d-3bd11deec5eb", + "type": "Intellectual Property Assignment Agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "399596db-f55d-4666-9361-38cb1bea2249", + "type": "Investment Account Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "40874a6e-4b7e-4e57-945b-e63b698df67a", + "type": "Joint Venture Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "2cafbc38-5b91-40a9-85ea-bdbd2dfabf95", + "type": "Lease agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "18ad59d3-796c-4ba1-afbd-32b97a8115c3", + "type": "Letter of Intent", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "afb3793b-d313-435e-93e7-147d7c761398", + "type": "License agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "55f1146c-f0f4-4e56-afc8-47115578d96f", + "type": "Loan agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "fa4d8a86-213b-4eaa-9d67-3c1536f0cfd1", + "type": "Marketing agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "f30761c6-c6c2-496e-968e-e6f3313c95bd", + "type": "Master Service Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "ae800068-37fa-4428-b1d3-ac0351976163", + "type": "Memorandum of Understanding", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "fdad1f94-94d3-4fe1-88fe-3fff0e21e268", + "type": "Non-disclosure Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "nda_type": "MUTUAL", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "confidentiality_obligation_period": null, + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "52b06738-f067-497e-beea-f799223130a7", + "type": "Offer Letter", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "fa33f0f7-3646-4f5c-b490-2dbefc38c022", + "type": "Order Form", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "30df4173-89b6-4e28-a48e-e3265fdfc70c", + "type": "Miscellaneous agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "182c0395-98f9-40f7-8943-7629eb554022", + "type": "Partnership Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "8a44acb5-50c8-47f3-8ade-91a2e89f55f4", + "type": "Privacy and Security agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "1c5b355a-d95d-4cb8-b13d-3d99e9c26a18", + "type": "Proposal agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "5ced65d7-6b07-4cdd-b75e-2f6486a20538", + "type": "Publishing Agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "f011afdc-129a-47b0-a48b-a61152c6ba6e", + "type": "Purchase Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "f3124cd5-d317-4f68-8c70-4422c7bc5f5f", + "description": "An agreement type data template", + "type": "Purchase Order", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "86b4941d-aecd-4980-8d91-3c92a83667de", + "type": "Quote agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "dac3a1fc-fd9d-4918-a4e3-cabc47452731", + "type": "Release / Waiver agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "576995a0-b8b0-42c5-8f62-bba5ab0df9a9", + "type": "Renewal agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "71edfd41-8983-4466-8a77-595848ad98c4", + "type": "Retainer agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "38301576-881b-403a-a50e-6dbb423e3a08", + "type": "Service Level Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "0e6632ed-091c-4d9f-b504-951bfee076fe", + "type": "Services Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "77b85334-6da9-4f08-a516-f8f029d8c3c5", + "type": "Statement of Work", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "related_agreement_documents": { + "parent_agreement_document_id": "f30761c6-c6c2-496e-968e-e6f3313c95bd" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "bed6fd65-50fc-41a3-896d-272ef1e7feb4", + "type": "Stock Purchase Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "c11db245-877a-45ed-bbbe-ba0332b4fb67", + "type": "Subscription agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "faba32e7-3af5-424f-ac53-a6ab8d6a3663", + "type": "Supplemental Document", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "5484e8bb-1352-4f9d-8347-2c08d55fe4e6", + "type": "Supply / Distribution agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "885e33b2-4a54-4d51-8dd7-03471c5080a6", + "type": "Termination agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "f3dfaa7c-0424-4197-a2d8-45560214bd21", + "type": "Terms and Conditions agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + }, + { + "id": "7e9dd212-21dd-4f2e-b797-23aca2387982", + "type": "Wealth Management Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://api.docusign.com/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + ], + "response_metadata": { + "page_limit": 50, + "page_token_next": "def456", + "request_id": "3f7c9e4b-851c-4f9b-89e7-123456789abc", + "response_timestamp": "2024-10-17T14:30:00Z", + "response_duration_ms": 100 + } + } + } + } + } + } + }, + "400": { + "description": "Bad Request - The request could not be understood or was missing required parameters.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required and has failed or not been provided.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "text/plain": { + "schema": { + "type": "string", + "examples": [ + "Unauthorized - Please provide a valid access token." + ] + } + } + } + }, + "403": { + "description": "Forbidden - The request was valid, but you do not have permission to perform the action.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource could not be found.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "500": { + "description": "Internal Server Error", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-ds-method": "getAgreementsList", + "x-ds-service": "Agreements", + "x-ds-in-sdk": true + }, + "patch": { + "operationId": "PatchAgreementByDocumentId", + "summary": "", + "description": "", + "tags": [ + "Agreements" + ], + "x-ds-methodname": "patchAgreementByDocumentId", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "document_id", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "string" + } + } + ], + "requestBody": { + "required": true, + "description": "JSON payload containing the fields to be updated in the agreement.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Agreement" + } + } + } + }, + "responses": { + "200": { + "description": "The agreement has been successfully updated via document ID. Returns the complete updated agreement.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Agreement" + } + } + } + }, + "400": { + "description": "Bad Request - The request could not be understood or was missing required parameters.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required and has failed or not been provided.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "text/plain": { + "schema": { + "type": "string", + "examples": [ + "Unauthorized - Please provide a valid access token." + ] + } + } + } + }, + "403": { + "description": "Forbidden - The request was valid, but you do not have permission to perform the action.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource could not be found.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "500": { + "description": "Internal Server Error", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-ds-method": "patchAgreementByDocumentId", + "x-ds-service": "Agreements", + "x-ds-in-sdk": true + } + }, + "/v1/accounts/{accountId}/agreements/{agreementId}": { + "get": { + "operationId": "GetAgreement", + "summary": "", + "description": "", + "tags": [ + "Agreements" + ], + "x-ds-methodname": "getAgreement", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "agreementId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "include_linked_data", + "in": "query", + "required": false, + "description": "", + "schema": { + "type": "boolean", + "default": false + } + } + ], + "responses": { + "200": { + "description": "A JSON object containing details of the requested agreement document.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Agreement" + }, + "examples": { + "AddendumDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "48e593bd-73e8-455f-92e7-7299fef08dea", + "type": "Addendum agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "AmendmentDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "2c314bf6-a358-4e54-9da2-bf1b8d90a3d5", + "type": "Amendment agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "related_agreement_documents": { + "parent_agreement_document_id": "77b85334-6da9-4f08-a516-f8f029d8c3c5" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "AppendixDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "67f0ec03-db14-43f9-a220-ccb6556a440a", + "type": "Appendix agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "AttachmentDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "c7175542-0377-48cd-b0b6-263ed90d7ecb", + "type": "Attachment agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "CertificateOfInsuranceDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "cbc079d9-d96a-4f07-a86b-165224e06b64", + "type": "Certificate of Insurance", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ChangeOrderDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "1b83331f-9589-47ed-96cb-6f2d79ca1fa8", + "type": "Change Order agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "additionaL_user_defined_data": { + "mykey": "myvalue" + }, + "additional_custom_clm_data": { + "myclmkey": "myclmvalue" + }, + "additional_custom_esign_data": { + "mysignkey": "mysignvalue" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ConsultingDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "e42799d5-bd35-4777-8832-f316d4e2f7e7", + "type": "Consulting Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ContractorDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "ef1f1758-30a2-42e3-80e5-10335d374b0c", + "type": "Contractor Agreement", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "CreditCardDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "2900dc4b-3780-4abb-8f68-8e3ccd92d3b9", + "type": "Credit Card Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "EmploymentSeparationDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "249d1d9b-28ce-4be3-aa2f-46323a281591", + "type": "Employment Separation Agreement", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 25000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 25000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P6M", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "EngagementLetterDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "33d144bb-5e1b-4e36-919b-1c9f007cf4b5", + "type": "Engagement Letter", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "EventDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "7e7457b5-57e2-42f0-8f8d-2e296dc7177f", + "type": "Event agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ExhibitDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "b087d7f2-b5ad-4937-866a-36f314348a52", + "type": "Exhibit agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "FeeDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "a607e149-bc3a-40ee-8846-bf646bcc560d", + "type": "Fee agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "FranchiseDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "71e6c5b7-91f2-40d9-a587-9d0fc4a40ee9", + "type": "Franchise Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "IntellectualPropertyAssignmentDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "93861fd6-6df4-4e54-986d-3bd11deec5eb", + "type": "Intellectual Property Assignment Agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "InvestmentAccountDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "399596db-f55d-4666-9361-38cb1bea2249", + "type": "Investment Account Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "JointVentureDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "40874a6e-4b7e-4e57-945b-e63b698df67a", + "type": "Joint Venture Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "LeaseDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "2cafbc38-5b91-40a9-85ea-bdbd2dfabf95", + "type": "Lease agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "LetterOfIntentDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "18ad59d3-796c-4ba1-afbd-32b97a8115c3", + "type": "Letter of Intent", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "LicenseDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "afb3793b-d313-435e-93e7-147d7c761398", + "type": "License agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "LoanDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "55f1146c-f0f4-4e56-afc8-47115578d96f", + "type": "Loan agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "MarketingDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "fa4d8a86-213b-4eaa-9d67-3c1536f0cfd1", + "type": "Marketing agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "MsaDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "f30761c6-c6c2-496e-968e-e6f3313c95bd", + "type": "Master Service Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "MemorandumOfUnderstandingDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "ae800068-37fa-4428-b1d3-ac0351976163", + "type": "Memorandum of Understanding", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "NdaDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "fdad1f94-94d3-4fe1-88fe-3fff0e21e268", + "type": "Non-disclosure Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "nda_type": "MUTUAL", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "confidentiality_obligation_period": null, + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "OfferLetterDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "52b06738-f067-497e-beea-f799223130a7", + "type": "Offer Letter", + "category": "HumanResources", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "OrderFormDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "fa33f0f7-3646-4f5c-b490-2dbefc38c022", + "type": "Order Form", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "OtherDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "30df4173-89b6-4e28-a48e-e3265fdfc70c", + "type": "Miscellaneous agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "PartnershipDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "182c0395-98f9-40f7-8943-7629eb554022", + "type": "Partnership Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "PrivacySecurityDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "8a44acb5-50c8-47f3-8ade-91a2e89f55f4", + "type": "Privacy and Security agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ProposalDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "1c5b355a-d95d-4cb8-b13d-3d99e9c26a18", + "type": "Proposal agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "PublishingDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "5ced65d7-6b07-4cdd-b75e-2f6486a20538", + "type": "Publishing Agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "PurchaseDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "f011afdc-129a-47b0-a48b-a61152c6ba6e", + "type": "Purchase Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "PurchaseOrderDocumentTemplate": { + "value": { + "id": "f3124cd5-d317-4f68-8c70-4422c7bc5f5f", + "description": "An agreement type data template", + "type": "Purchase Order", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "QuoteDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "86b4941d-aecd-4980-8d91-3c92a83667de", + "type": "Quote agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ReleaseWaiverDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "dac3a1fc-fd9d-4918-a4e3-cabc47452731", + "type": "Release / Waiver agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ConfirmationOfRenewalDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "576995a0-b8b0-42c5-8f62-bba5ab0df9a9", + "type": "Renewal agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "RetainerDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "71edfd41-8983-4466-8a77-595848ad98c4", + "type": "Retainer agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "SlaDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "38301576-881b-403a-a50e-6dbb423e3a08", + "type": "Service Level Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "ServicesAgreementDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "0e6632ed-091c-4d9f-b504-951bfee076fe", + "type": "Services Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "SowDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "77b85334-6da9-4f08-a516-f8f029d8c3c5", + "type": "Statement of Work", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "related_agreement_documents": { + "parent_agreement_document_id": "f30761c6-c6c2-496e-968e-e6f3313c95bd" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "StockPurchaseDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "bed6fd65-50fc-41a3-896d-272ef1e7feb4", + "type": "Stock Purchase Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "SubscriptionDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "c11db245-877a-45ed-bbbe-ba0332b4fb67", + "type": "Subscription agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "SupplementalDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "faba32e7-3af5-424f-ac53-a6ab8d6a3663", + "type": "Supplemental Document", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "DistributionDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "5484e8bb-1352-4f9d-8347-2c08d55fe4e6", + "type": "Supply / Distribution agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "annual_agreement_value": 50000, + "annual_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "TerminationDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "885e33b2-4a54-4d51-8dd7-03471c5080a6", + "type": "Termination agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "TermsAndConditionsDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "f3dfaa7c-0424-4197-a2d8-45560214bd21", + "type": "Terms and Conditions agreement", + "category": "Miscellaneous", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "term_length": "P3Y", + "assignment_type": "YES_WITH_CONDITIONS", + "assignment_change_of_control": "NO_OR_CONSENT_REQUIRED", + "assignment_termination_rights": "YES", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "can_charge_late_payment_fees": true, + "late_payment_fee_percent": 0, + "price_cap_percent_increase": 5, + "liability_cap_fixed_amount": 0, + "liability_cap_currency_code": "USD", + "liability_cap_multiplier": 0, + "liability_cap_duration": "P1Y", + "renewal_type": "AUTO_RENEW", + "renewal_notice_period": "P90D", + "renewal_notice_date": "2024-10-17T14:30:00+02:00", + "auto_renewal_term_length": "P3Y", + "renewal_extension_period": "P1Y", + "renewal_process_owner": "199b3cc9-ec67-47a5-9dff-04ff091d4ca3", + "renewal_additional_info": "N/A", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + }, + "WealthManagementDocumentTemplate": { + "description": "An agreement type data template", + "value": { + "id": "7e9dd212-21dd-4f2e-b797-23aca2387982", + "type": "Wealth Management Agreement", + "category": "BusinessServices", + "parties": [ + { + "id": "aba3d8ca-6ab8-400a-af55-bdab40102a2f", + "name_in_agreement": "ACME, INC" + }, + { + "id": "eb01cef7-7b63-49af-8eef-3c643357ce18", + "name_in_agreement": "TALLY, LTD" + } + ], + "provisions": { + "effective_date": "2024-09-01T00:00:00+02:00", + "expiration_date": "2029-09-01T00:00:00+02:00", + "execution_date": "2024-08-15T11:45:00+02:00", + "total_agreement_value": 150000, + "total_agreement_value_currency_code": "USD", + "term_length": "P3Y", + "governing_law": "California", + "jurisdiction": "California", + "payment_terms_due_date": "THIRTY_DAYS", + "termination_period_for_cause": "P1Y", + "termination_period_for_convenience": "P1Y" + }, + "languages": [ + "en-US" + ], + "source_name": "Docusign eSign", + "source_id": "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5", + "source_account_id": "3b324aff-06bc-475e-90f5-0a621c8ac141", + "metadata": { + "created_at": "2024-02-01T00:00:00Z", + "created_by": "a7b0e58b-9606-4798-ad01-a7d8790cd571", + "request_id": "b0f2a7c4-34bc-4d7d-9e8c-567890123abc", + "response_timestamp": "2024-10-17T14:30:59Z", + "response_duration_ms": 110 + }, + "_links": { + "document": { + "href": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/3b324aff-06bc-475e-90f5-0a621c8ac141/documents/48e593bd-73e8-455f-92e7-7299fef08dea" + } + } + } + } + } + } + } + }, + "400": { + "description": "Bad Request - The request could not be understood or was missing required parameters.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required and has failed or not been provided.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "text/plain": { + "schema": { + "type": "string", + "examples": [ + "Unauthorized - Please provide a valid access token." + ] + } + } + } + }, + "403": { + "description": "Forbidden - The request was valid, but you do not have permission to perform the action.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource could not be found.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "500": { + "description": "Internal Server Error", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-ds-method": "getAgreement", + "x-ds-service": "Agreements", + "x-ds-in-sdk": true + }, + "delete": { + "operationId": "DeleteAgreement", + "summary": "", + "description": "", + "tags": [ + "Agreements" + ], + "x-ds-methodname": "deleteAgreement", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "agreementId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + } + ], + "responses": { + "204": { + "description": "The agreement has been successfully deleted from the account." + }, + "400": { + "description": "Bad Request - The request could not be understood or was missing required parameters.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required and has failed or not been provided.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "text/plain": { + "schema": { + "type": "string", + "examples": [ + "Unauthorized - Please provide a valid access token." + ] + } + } + } + }, + "403": { + "description": "Forbidden - The request was valid, but you do not have permission to perform the action.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource could not be found.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "500": { + "description": "Internal Server Error", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-ds-method": "deleteAgreement", + "x-ds-service": "Agreements", + "x-ds-in-sdk": true + }, + "patch": { + "operationId": "PatchAgreement", + "summary": "", + "description": "", + "tags": [ + "Agreements" + ], + "x-ds-methodname": "patchAgreement", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "agreementId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + } + ], + "requestBody": { + "required": true, + "description": "JSON payload containing the fields to be updated in the agreement.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Agreement" + } + } + } + }, + "responses": { + "200": { + "description": "The agreement has been successfully updated. Returns the complete updated agreement.", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/Agreement" + } + } + } + }, + "400": { + "description": "Bad Request - The request could not be understood or was missing required parameters.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required and has failed or not been provided.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + }, + "text/plain": { + "schema": { + "type": "string", + "examples": [ + "Unauthorized - Please provide a valid access token." + ] + } + } + } + }, + "403": { + "description": "Forbidden - The request was valid, but you do not have permission to perform the action.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource could not be found.", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + }, + "500": { + "description": "Internal Server Error", + "content": { + "application/problem+json": { + "schema": { + "$ref": "#/components/schemas/Error" + } + } + } + } + }, + "x-ds-method": "patchAgreement", + "x-ds-service": "Agreements", + "x-ds-in-sdk": true + } + }, + "/v1/accounts/{accountId}/upload/jobs": { + "post": { + "x-ds-methodname": "createBulkUploadJob", + "tags": [ + "BulkJob" + ], + "summary": "", + "description": "", + "operationId": "createBulkUploadJob", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + } + ], + "requestBody": { + "required": true, + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/CreateBulkJob" + }, + "example": { + "job_name": "Q4 2025 Contracts", + "expected_number_of_docs": 2, + "language": "en-US" + } + } + } + }, + "responses": { + "200": { + "description": "Job created successfully", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BulkJob" + }, + "examples": { + "BulkJobCreated": { + "description": "Example response for a successfully created bulk upload job", + "value": { + "id": "12345678-1234-1234-1234-123456789012", + "name": "test_name", + "status": "OPEN", + "status_enum": [ + "OPEN", + "UPLOAD_COMPLETE", + "IN_PROGRESS", + "COMPLETE", + "FAILED", + "CANCELED" + ], + "created_at": "2025-10-27T20:09:55.119961364Z", + "modified_at": "2025-10-27T20:09:55.119961564Z", + "expires_at": "2025-10-30T20:09:55.119961364Z", + "ttl_period": "P3D", + "_embedded": { + "documents": [ + { + "id": "12345678-1234-1234-1234-123456789012", + "sequence": 1, + "_actions": { + "upload_document": "https://docupstoragewestwu3dsto.blob.core.windows.net/12345678-1234-1234-1234-123456789012/12345678-1234-1234-1234-123456789012?sv=2023-01-03&st=2025-10-27T20%3A04%3A55Z&se=2025-10-28T04%3A09%3A55Z&sr=b&sp=cw&sig=P4dqlDKRsCFqFmoJI1w8zn62UBVzcuCfmJbSUE5jkgs%3D" + } + } + ] + }, + "_action_templates": { + "upload_document": { + "method": "PUT", + "required": true, + "description": "Upload the document binary content", + "template_variables": { + "document_name": "Client-provided filename, used in x-ms-meta-filename header" + }, + "headers": { + "x-ms-meta-filename": "{document_name}", + "x-ms-blob-type": "BlockBlob", + "x-ms-meta-metadata": "{stringified_json_metadata}" + }, + "constraints": { + "max_size_mb": 100, + "allowed_formats": [ + "pdf", + "docx", + "txt" + ], + "timeout_seconds": 300 + }, + "success_status_code": 200 + } + }, + "constraints": { + "max_documents_per_job": 10000 + }, + "metadata": { + "response_timestamp": "2025-10-27T20:09:55.202807429Z", + "response_duration": 447 + }, + "message": "Files exceeding 100MB or more than 10,000 per job will be rejected." + } + } + } + } + } + }, + "400": { + "description": "Bad Request - The request was invalid or malformed", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Bad Request", + "status": 400, + "detail": "HttpMessageNotReadableException", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Unauthorized", + "status": 401, + "detail": "Authentication required", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "403": { + "description": "Forbidden - The user is not authorized to perform this operation", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Forbidden", + "status": 403, + "detail": "The user is not authorized to perform this operation. Connect to your DS admin.", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "429": { + "description": "Too Many Requests - User has too many incomplete jobs", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Too Many Requests", + "status": 429, + "detail": "User has too many incomplete jobs", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "500": { + "description": "Internal Server Error - An unexpected error occurred", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Internal Server Error", + "status": 500, + "detail": "ExternalException", + "instance": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs", + "timestamp": "2025-10-16T19:30:17.121968026Z", + "path": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs" + } + } + } + } + }, + "x-ds-method": "createBulkUploadJob", + "x-ds-service": "BulkJob", + "x-ds-in-sdk": true + } + }, + "/v1/accounts/{accountId}/upload/jobs/{jobId}": { + "get": { + "x-ds-methodname": "getBulkJobStatus", + "tags": [ + "BulkJob" + ], + "summary": "", + "description": "", + "operationId": "getBulkJobStatus", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "jobId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + } + ], + "responses": { + "200": { + "description": "The bulk job status and details", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BulkJob" + }, + "examples": { + "BulkJobStatus": { + "description": "Example response for getting bulk job status with completed processing", + "value": { + "id": "1892e0d1-95c8-4ccd-86b6-705822482bf9", + "name": "test_name_with_sets_offsite", + "status": "COMPLETE", + "status_enum": [ + "OPEN", + "UPLOAD_COMPLETE", + "IN_PROGRESS", + "COMPLETE", + "FAILED", + "CANCELED" + ], + "created_at": "2025-12-05T20:34:40.529136Z", + "modified_at": "2025-12-05T20:34:55.677612Z", + "expires_at": "2025-12-08T20:34:40.529136Z", + "ttl_period": "P3D", + "_embedded": { + "document_status_enum": [ + "NOT_STARTED", + "IN_PROGRESS", + "CANCELED", + "SUCCEEDED", + "FAILED" + ], + "documents": [ + { + "id": "c972fc7c-9abf-4074-bd17-6b0a1a3f103a", + "status": "FAILED", + "error_code": 6105, + "error": "File was not uploaded" + }, + { + "id": "60778f49-be9a-48af-a5c8-ce2efc57ab0f", + "agreement_id": "e4c999b7-bdbd-42a1-99eb-c7569b65d7e7", + "status": "SUCCEEDED", + "file_name": "filename.pdf", + "_links": { + "document": { + "href": "https://s1.us.services.demo.docusign.net/document-public-dms/v1/accounts/{accountId}/documents/{documentId}" + } + } + } + ] + }, + "metadata": { + "response_timestamp": "2025-12-10T20:43:06.725436506Z", + "response_duration": 5 + } + } + } + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Unauthorized", + "status": 401, + "detail": "Authentication required", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "403": { + "description": "Forbidden - The user is not authorized to perform this operation", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Forbidden", + "status": 403, + "detail": "The user is not authorized to perform this operation. Connect to your DS admin.", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource was not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Not Found", + "status": 404, + "detail": "Job not found", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs/1d4dbfd5-6911-47a7-93fa-f597975f7d2d", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs/1d4dbfd5-6911-47a7-93fa-f597975f7d2d" + } + } + } + }, + "500": { + "description": "Internal Server Error - An unexpected error occurred", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Internal Server Error", + "status": 500, + "detail": "ExternalException", + "instance": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs", + "timestamp": "2025-10-16T19:30:17.121968026Z", + "path": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs" + } + } + } + } + }, + "x-ds-method": "getBulkJobStatus", + "x-ds-service": "BulkJob", + "x-ds-in-sdk": true + } + }, + "/v1/accounts/{accountId}/upload/jobs/{jobId}/actions/complete": { + "post": { + "x-ds-methodname": "uploadCompleteBulkJob", + "tags": [ + "BulkJob" + ], + "summary": "", + "description": "", + "operationId": "uploadCompleteBulkJob", + "parameters": [ + { + "name": "accountId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + }, + { + "name": "jobId", + "in": "path", + "required": true, + "schema": { + "$ref": "#/components/schemas/UUID" + }, + "description": "" + } + ], + "responses": { + "200": { + "description": "The updated bulk job", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/BulkJob" + } + } + } + }, + "400": { + "description": "Bad Request - The request was invalid or malformed", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Bad Request", + "status": 400, + "detail": "HttpMessageNotReadableException", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "401": { + "description": "Unauthorized - Authentication is required", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Unauthorized", + "status": 401, + "detail": "Authentication required", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "403": { + "description": "Forbidden - The user is not authorized to perform this operation", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Forbidden", + "status": 403, + "detail": "The user is not authorized to perform this operation. Connect to your DS admin.", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + } + } + } + }, + "404": { + "description": "Not Found - The requested resource was not found", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Not Found", + "status": 404, + "detail": "Job not found", + "instance": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs/1d4dbfd5-6911-47a7-93fa-f597975f7d2d", + "timestamp": "2025-10-17T18:43:08.321881525Z", + "path": "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs/1d4dbfd5-6911-47a7-93fa-f597975f7d2d" + } + } + } + }, + "500": { + "description": "Internal Server Error - An unexpected error occurred", + "content": { + "application/json": { + "schema": { + "$ref": "#/components/schemas/ErrDetails" + }, + "example": { + "type": "about:blank", + "title": "Internal Server Error", + "status": 500, + "detail": "ExternalException", + "instance": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs", + "timestamp": "2025-10-16T19:30:17.121968026Z", + "path": "/v1/accounts/9da820df-e09e-4e9d-b093-242d33e69090/upload/jobs" + } + } + } + } + }, + "x-ds-method": "uploadCompleteBulkJob", + "x-ds-service": "BulkJob", + "x-ds-in-sdk": true + } + } + }, + "components": { + "schemas": { + "AgreementSet": { + "type": "object", + "description": "An Agreement Set resource defining access controls for a filtered set of agreements.", + "required": [ + "id", + "name", + "created_at" + ], + "properties": { + "id": { + "type": "string", + "description": "System-generated nano-id.", + "examples": [ + "jXm7BK5-HFpSeIABLL52M" + ], + "readOnly": true + }, + "name": { + "type": "string", + "description": "User-defined name.", + "minLength": 1, + "maxLength": 255, + "examples": [ + "High-value NDAs" + ] + }, + "description": { + "type": "string", + "description": "Human-readable description.", + "maxLength": 1000, + "examples": [ + "Mutual NDAs over $100k expiring Q1" + ], + "nullable": true + }, + "filter": { + "type": "string", + "description": "OData 4.0.1 filter expression defining which agreements belong to this set.\nThe `$filter=` prefix is omitted; only the expression is stored.\n", + "examples": [ + "type eq 'NDA_DOCUMENT_DATA' and provisions/annual_agreement_value ge 100000" + ], + "nullable": true + }, + "principals": { + "type": "array", + "description": "Entities authorized to access this Agreement Set. Maximum 100 entries.", + "maxItems": 100, + "items": { + "$ref": "#/components/schemas/Principal" + } + }, + "created_at": { + "type": "string", + "format": "date-time", + "description": "Creation timestamp (ISO-8601).", + "readOnly": true, + "examples": [ + "2025-09-08T17:28:40.948Z" + ] + }, + "modified_at": { + "type": "string", + "format": "date-time", + "description": "Last modification timestamp (ISO-8601).", + "readOnly": true, + "examples": [ + "2026-01-08T04:35:40.251Z" + ] + } + }, + "x-ds-definition-name": "AgreementSet" + }, + "Principal": { + "type": "object", + "description": "An entity authorized to access an Agreement Set.\n", + "required": [ + "type", + "id", + "role" + ], + "properties": { + "type": { + "$ref": "#/components/schemas/PrincipalType" + }, + "id": { + "type": "string", + "format": "uuid", + "description": "Unique identifier of the principal.", + "examples": [ + "2f0fc569-27ce-437c-b02b-8ce1d4ec3f68" + ] + } + }, + "x-ds-definition-name": "Principal" + }, + "PrincipalType": { + "type": "string", + "description": "The type of principal.", + "enum": [ + "USER", + "GROUP", + "ACCOUNT" + ], + "examples": [ + "USER" + ], + "x-ds-definition-name": "PrincipalType" + }, + "CreateBulkJob": { + "type": "object", + "required": [ + "expected_number_of_docs" + ], + "properties": { + "job_name": { + "type": "string", + "description": "Name for the new job to be created. If empty, server will auto-create name for the job.", + "minLength": 1, + "maxLength": 256, + "examples": [ + "Q4 2025 Contracts" + ] + }, + "expected_number_of_docs": { + "type": "integer", + "format": "int32", + "minimum": 1, + "maximum": 10000, + "description": "Number of docs this job will have. Will use provided document_requests size if there is a mismatch.", + "examples": [ + 2 + ] + }, + "language": { + "type": "string", + "description": "Language for the user, such as en-US, en-GB, if not provided will default to en-US.", + "examples": [ + "en-US" + ] + }, + "agreement_set_ids": { + "type": "array", + "description": "Optional list of agreement set IDs (21-character NanoID format).", + "examples": [ + [ + "-8c-dVtBzjSe7nh_zAf9L" + ] + ], + "items": { + "type": "string", + "pattern": "^[A-Za-z0-9_-]{21}$" + } + } + }, + "x-ds-definition-name": "CreateBulkJob" + }, + "BulkJob": { + "description": "", + "required": [ + "id", + "name", + "status", + "status_enum", + "created_at", + "modified_at", + "expires_at", + "metadata" + ], + "properties": { + "id": { + "type": "string", + "format": "uuid", + "description": "Id for job", + "examples": [ + "1d4dbfd5-6911-47a7-93fa-f597975f7d2d" + ] + }, + "external_job_id": { + "type": "string", + "format": "uuid", + "description": "User provided reference ID for this job" + }, + "name": { + "type": "string", + "description": "User provided name for this job", + "examples": [ + "Q4 2025 Contracts" + ] + }, + "status": { + "$ref": "#/components/schemas/BulkJobStatus" + }, + "status_enum": { + "type": "array", + "items": { + "type": "string" + }, + "examples": [ + [ + "OPEN", + "UPLOAD_COMPLETE", + "IN_PROGRESS", + "COMPLETE", + "FAILED", + "CANCELED" + ] + ] + }, + "created_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2025-10-27T19:11:42Z" + ] + }, + "modified_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2025-10-27T19:11:42Z" + ] + }, + "expires_at": { + "type": "string", + "format": "date-time", + "examples": [ + "2025-10-28T03:11:42Z" + ] + }, + "ttl_period": { + "type": "string", + "description": "ISO 8601 duration for job validity", + "examples": [ + "PT8H" + ] + }, + "_embedded": { + "$ref": "#/components/schemas/BulkJobEmbedded" + }, + "_action_templates": { + "$ref": "#/components/schemas/BulkJobActionTemplates" + }, + "_links": { + "$ref": "#/components/schemas/BulkJobLinks" + }, + "constraints": { + "$ref": "#/components/schemas/BulkJobConstraints" + }, + "metadata": { + "$ref": "#/components/schemas/BulkJobMetadata" + }, + "message": { + "type": "string", + "examples": [ + "Files exceeding 100MB or more than 10,000 per job will be rejected." + ] + } + }, + "x-ds-definition-name": "BulkJob", + "x-ds-category": "Navigator", + "x-ds-order": "100", + "x-ms-summary": "" + }, + "BulkJobEmbedded": { + "description": "Contains detailed information about the BulkJob including presigned upload links, document IDs, etc", + "properties": { + "document_status_enum": { + "type": "array", + "description": "All possible document status values", + "items": { + "type": "string" + }, + "examples": [ + [ + "NOT_STARTED", + "IN_PROGRESS", + "CANCELED", + "SUCCEEDED", + "FAILED" + ] + ] + }, + "documents": { + "type": "array", + "description": "List of documents with presigned upload URLs", + "items": { + "$ref": "#/components/schemas/BulkJobEmbeddedItems" + } + } + }, + "x-ds-definition-name": "BulkJobEmbedded" + }, + "BulkJobEmbeddedItems": { + "type": "object", + "properties": { + "id": { + "type": "string", + "format": "uuid", + "description": "Id of the document", + "examples": [ + "8c566d26-e7fb-4b7e-870c-1d0fb8df9084" + ] + }, + "agreement_id": { + "type": "string", + "format": "uuid", + "description": "Agreement ID associated with this document, if created", + "examples": [ + "3fa85f64-5717-4562-b3fc-2c963f66afa6" + ] + }, + "sequence": { + "type": "integer", + "format": "int32", + "description": "Sequential order of the document", + "examples": [ + 1 + ] + }, + "status": { + "$ref": "#/components/schemas/DocStatus" + }, + "file_name": { + "type": "string", + "description": "The name of the uploaded file", + "examples": [ + "filename.pdf" + ] + }, + "error_code": { + "type": "integer", + "format": "int32", + "description": "Error code if document processing failed" + }, + "error": { + "type": "string", + "description": "Error message if document processing failed" + }, + "_actions": { + "$ref": "#/components/schemas/BulkJobItemActions" + }, + "_links": { + "type": "object", + "description": "Hypermedia links related to this document", + "properties": { + "document": { + "type": "object", + "description": "Link to download the document", + "properties": { + "href": { + "type": "string", + "format": "uri", + "description": "URL to download the document", + "examples": [ + "https://s1.us.services.demo.docusign.net/document-public-dms/v1/accounts/{accountId}/documents/{documentId}" + ] + } + } + } + } + } + }, + "x-ds-definition-name": "BulkJobEmbeddedItems" + }, + "BulkJobItemActions": { + "type": "object", + "properties": { + "upload_document": { + "type": "string", + "format": "uri", + "description": "Azure Blob Store presigned URL to upload the document file (valid for ~8 hours)", + "examples": [ + "https://docupstoragewestwu3dsto.blob.core.windows.net/1d4dbfd5-6911-47a7-93fa-f597975f7d2d/8c566d26-e7fb-4b7e-870c-1d0fb8df9084?sv=2023-01-03&st=2025-10-27T19%3A11%3A42Z&se=2025-10-28T03%3A16%3A42Z&sr=b&sp=cw&sig=st%2Fot4COaU9icCNYbEfm7RdKJhjxgfi4Oo0HSEZ7EMQ%3D" + ] + }, + "upload_metadata": { + "type": "string", + "format": "uri", + "description": "Azure Blob Store url to upload metadata of the specific file" + } + }, + "x-ds-definition-name": "BulkJobItemActions" + }, + "BulkJobActionTemplates": { + "type": "object", + "properties": { + "upload_document": { + "$ref": "#/components/schemas/BulkJobActionTemplate" + }, + "upload_metadata": { + "$ref": "#/components/schemas/BulkJobActionTemplate" + } + }, + "x-ds-definition-name": "BulkJobActionTemplates" + }, + "BulkJobActionTemplate": { + "type": "object", + "properties": { + "method": { + "type": "string", + "description": "HTTP method used for this template", + "examples": [ + "PUT" + ] + }, + "required": { + "type": "boolean", + "description": "Whether this action is required", + "examples": [ + true + ] + }, + "description": { + "type": "string", + "examples": [ + "Upload document file to Azure Blob Storage" + ] + }, + "template_variables": { + "type": "object", + "description": "Key value pairs of variable names and descriptions, explaining how they are to be used" + }, + "headers": { + "type": "object", + "description": "Key value pairs of header names and example values", + "examples": [ + { + "x-ms-blob-type": "BlockBlob", + "Content-Type": "application/pdf", + "x-ms-meta-metadata": "{\"provisions\":{\"jurisdiction\":\"California\"},\"custom_provisions\":{\"c_ClientId\":\"value\"}}" + } + ] + }, + "constraints": { + "$ref": "#/components/schemas/BulkJobConstraints" + }, + "success_status_code": { + "type": "integer", + "examples": [ + 201 + ] + }, + "error_status_codes": { + "type": "object", + "description": "Key value pairs of error response codes and explanations of those codes" + } + }, + "x-ds-definition-name": "BulkJobActionTemplate" + }, + "BulkJobLinks": { + "type": "object", + "properties": { + "self": { + "type": "string", + "format": "uri", + "examples": [ + "https://api.docusign.com/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs/1d4dbfd5-6911-47a7-93fa-f597975f7d2d" + ] + } + }, + "x-ds-definition-name": "BulkJobLinks" + }, + "BulkJobConstraints": { + "type": "object", + "description": "Describes the limits of a bulk job, or an action associated with a bulk job", + "properties": { + "max_size_mb": { + "type": "integer", + "format": "int32", + "examples": [ + 100 + ] + }, + "max_documents_per_job": { + "type": "integer", + "format": "int32", + "minimum": 1, + "maximum": 10000, + "examples": [ + 10000 + ] + }, + "allowed_formats": { + "type": "array", + "examples": [ + [ + "pdf", + "docx", + "txt" + ] + ], + "items": { + "type": "string" + } + }, + "timeout_seconds": { + "type": "integer", + "format": "int32", + "examples": [ + 300 + ] + } + }, + "x-ds-definition-name": "BulkJobConstraints" + }, + "BulkJobMetadata": { + "type": "object", + "description": "Properties about THIS request/response, not the job resource itself", + "properties": { + "request_id": { + "type": "string", + "format": "uuid", + "examples": [ + "a1b2c3d4-e5f6-7890-abcd-ef1234567890" + ] + }, + "response_timestamp": { + "type": "string", + "format": "date-time", + "examples": [ + "2025-10-27T19:11:42Z" + ], + "description": "When this response was generated" + }, + "response_duration": { + "type": "integer", + "format": "int32", + "description": "Time in ms to process this request", + "examples": [ + 150 + ] + } + }, + "x-ds-definition-name": "BulkJobMetadata" + }, + "DocStatus": { + "description": "Document status. Last 3 are terminal statuses. Matches enum with similar name in the backend.", + "type": "string", + "enum": [ + "NOT_STARTED", + "IN_PROGRESS", + "CANCELED", + "SUCCEEDED", + "FAILED" + ], + "examples": [ + "NOT_STARTED" + ], + "x-ds-definition-name": "DocStatus" + }, + "BulkJobStatus": { + "type": "string", + "description": "Job lifecycle states:\n* OPEN - Job created and accepting documents\n* UPLOAD_COMPLETE - All documents have been received, and processing has not yet started\n* IN_PROGRESS - Documents are being processed (AI extraction)\n* COMPLETE - The full e2e process is complete\n* FAILED - System error prevented job execution\n* CANCELED - User initiated request to cancel a job\n", + "enum": [ + "OPEN", + "UPLOAD_COMPLETE", + "IN_PROGRESS", + "COMPLETE", + "FAILED", + "CANCELLED" + ], + "examples": [ + "OPEN" + ], + "x-ds-definition-name": "BulkJobStatus" + }, + "ErrDetails": { + "type": "object", + "required": [ + "type", + "title", + "status" + ], + "properties": { + "type": { + "type": "string", + "description": "A URI reference that identifies the problem type", + "examples": [ + "about:blank" + ] + }, + "title": { + "type": "string", + "description": "A short, human-readable summary of the problem", + "examples": [ + "Bad Request" + ] + }, + "status": { + "type": "integer", + "description": "The HTTP status code", + "examples": [ + 400 + ] + }, + "detail": { + "type": "string", + "description": "A human-readable explanation specific to this occurrence", + "examples": [ + "HttpMessageNotReadableException" + ] + }, + "instance": { + "type": "string", + "description": "A URI reference that identifies the specific occurrence", + "examples": [ + "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + ] + }, + "timestamp": { + "type": "string", + "format": "date-time", + "description": "The timestamp when the error occurred", + "examples": [ + "2025-10-17T18:43:08.321881525Z" + ] + }, + "path": { + "type": "string", + "description": "The request path that caused the error", + "examples": [ + "/v1/accounts/12345678-1234-1234-1234-123456789012/upload/jobs" + ] + } + }, + "x-ds-definition-name": "ErrDetails" + }, + "Any": { + "description": "Generic data type for 'any'", + "oneOf": [ + { + "type": "array", + "items": { + "additionalProperties": true + } + }, + { + "type": "integer" + }, + { + "type": "boolean" + }, + { + "type": "number" + }, + { + "type": "object", + "additionalProperties": true + }, + { + "type": "string" + } + ], + "x-ds-definition-name": "Any" + }, + "ContinuationToken": { + "type": "string", + "description": "The continuation token used to retrieve a page in a paginated response.", + "examples": [ + "abc123" + ], + "nullable": true, + "x-ds-definition-name": "ContinuationToken" + }, + "CurrencyCode": { + "x-docusign-adm-class-mapping": "org.accordproject.money@0.3.0.{CurrencyCode}", + "type": "string", + "description": "'ISO 4217 codes. From https://en.wikipedia.org/wiki/ISO_4217\nhttps://www.currency-iso.org/en/home/tables/table-a1.html'\n", + "enum": [ + "AED", + "AFN", + "ALL", + "AMD", + "ANG", + "AOA", + "ARS", + "AUD", + "AWG", + "AZN", + "BAM", + "BBD", + "BDT", + "BGN", + "BHD", + "BIF", + "BMD", + "BND", + "BOB", + "BOV", + "BRL", + "BSD", + "BTN", + "BWP", + "BYN", + "BZD", + "CAD", + "CDF", + "CHE", + "CHF", + "CHW", + "CLF", + "CLP", + "CNY", + "COP", + "COU", + "CRC", + "CUC", + "CUP", + "CVE", + "CZK", + "DJF", + "DKK", + "DOP", + "DZD", + "EGP", + "ERN", + "ETB", + "EUR", + "FJD", + "FKP", + "GBP", + "GEL", + "GHS", + "GIP", + "GMD", + "GNF", + "GTQ", + "GYD", + "HKD", + "HNL", + "HRK", + "HTG", + "HUF", + "IDR", + "ILS", + "INR", + "IQD", + "IRR", + "ISK", + "JMD", + "JOD", + "JPY", + "KES", + "KGS", + "KHR", + "KMF", + "KPW", + "KRW", + "KWD", + "KYD", + "KZT", + "LAK", + "LBP", + "LKR", + "LRD", + "LSL", + "LYD", + "MAD", + "MDL", + "MGA", + "MKD", + "MMK", + "MNT", + "MOP", + "MRU", + "MUR", + "MVR", + "MWK", + "MXN", + "MXV", + "MYR", + "MZN", + "NAD", + "NGN", + "NIO", + "NOK", + "NPR", + "NZD", + "OMR", + "PAB", + "PEN", + "PGK", + "PHP", + "PKR", + "PLN", + "PYG", + "QAR", + "RON", + "RSD", + "RUB", + "RWF", + "SAR", + "SBD", + "SCR", + "SDG", + "SEK", + "SGD", + "SHP", + "SLL", + "SOS", + "SRD", + "SSP", + "STN", + "SVC", + "SYP", + "SZL", + "THB", + "TJS", + "TMT", + "TND", + "TOP", + "TRY", + "TTD", + "TWD", + "TZS", + "UAH", + "UGX", + "USD", + "USN", + "UYI", + "UYU", + "UZS", + "VEF", + "VND", + "VUV", + "WST", + "XAF", + "XAG", + "XAU", + "XBA", + "XBB", + "XBC", + "XBD", + "XCD", + "XDR", + "XOF", + "XPD", + "XPF", + "XPT", + "XSU", + "XTS", + "XUA", + "XXX", + "YER", + "ZAR", + "ZMW", + "ZWL" + ], + "nullable": true, + "x-ds-definition-name": "CurrencyCode" + }, + "CustomProperty": { + "type": "object", + "description": "A generic map/dict. The key is a string, and the value can be of any type, including strings, booleans, numbers, arrays, or objects", + "additionalProperties": { + "oneOf": [ + { + "type": "string" + }, + { + "type": "number" + }, + { + "type": "boolean" + }, + { + "type": "object", + "additionalProperties": true + }, + { + "type": "array", + "items": {} + } + ] + }, + "nullable": true, + "x-ds-definition-name": "CustomProperty" + }, + "Error": { + "type": "object", + "properties": { + "error": { + "type": "string", + "description": "A message describing the error.", + "examples": [ + "An unexpected error occurred on the server." + ] + }, + "code": { + "type": "integer", + "description": "HTTP status code for the error.", + "examples": [ + 500 + ] + }, + "timestamp": { + "type": "string", + "format": "date-time", + "description": "The timestamp when the error occurred.", + "examples": [ + "2023-01-01T12:00:00Z" + ] + } + }, + "x-ds-definition-name": "Error" + }, + "SuccessStatusCode": { + "type": "integer", + "format": "int32", + "minimum": 200, + "maximum": 299, + "description": "Success status codes (2xx range) indicating the request was received,\nunderstood, and accepted.\nCommon codes:\n- 200: OK - Standard successful response\n- 201: Created - Resource successfully created\n- 202: Accepted - Request accepted for processing\n- 204: No Content - Successful with no response body\n- 206: Partial Content - Partial resource returned\n", + "examples": [ + 200 + ], + "x-ds-definition-name": "SuccessStatusCode" + }, + "Iso8601Duration": { + "type": "string", + "pattern": "^P(-?[0-9]+Y)?(-?[0-9]+M)?(-?[0-9]+(\\.[0-9]+)?W)?(-?[0-9]+(\\.[0-9]+)?D)?(T-?[0-9]+(\\.[0-9]+)?(H(-?[0-9]+(\\.[0-9]+)?M)?(-?[0-9]+(\\.[0-9]+)?S)?|M(-?[0-9]+(\\.[0-9]+)?S)?|S))?$", + "minLength": 3, + "maxLength": 128, + "examples": [ + "P30D" + ], + "x-docusign-adm-model": "com.docusign.platform.scalars@1.1.0.{Iso8601Duration}", + "nullable": true, + "x-ds-definition-name": "Iso8601Duration" + }, + "LanguageCode": { + "description": "BCP47 language code", + "type": "string", + "pattern": "^[a-z]{2,8}(-[A-Za-z]{4})?(-[A-Za-z]{2}|-[0-9]{3})?$", + "examples": [ + "en-US" + ], + "x-docusign-adm-model": "com.docusign.platform.scalars@1.1.0.{LanguageCode}", + "nullable": true, + "x-ds-definition-name": "LanguageCode" + }, + "LocalDateTime": { + "type": "string", + "pattern": "^\\d{4}-\\d{2}-\\d{2}T\\d{2}:\\d{2}:\\d{2}(\\.\\d+)?(Z|[+-]\\d{2}:?\\d{2})?$", + "description": "ISO 8601 formatted date-time string. May be local (no timezone), UTC (Z suffix), or include an explicit offset (e.g., +05:30, -0800).", + "examples": [ + "2025-01-22T14:30:00-08:00" + ], + "x-ds-definition-name": "LocalDateTime" + }, + "ResponseMetadata": { + "type": "object", + "description": "Control information and metadata for the response.", + "properties": { + "page_limit": { + "$ref": "#/components/schemas/PageLimit" + }, + "request_id": { + "$ref": "#/components/schemas/RequestId" + }, + "response_timestamp": { + "$ref": "#/components/schemas/ResponseTimestamp" + }, + "response_duration_ms": { + "$ref": "#/components/schemas/ResponseDurationMs" + } + }, + "required": [ + "response_timestamp", + "response_duration_ms", + "request_id" + ], + "x-ds-definition-name": "ResponseMetadata" + }, + "PageLinks": { + "type": "object", + "description": "Hypermedia controls (HATEOAS) for navigating between pages in a paginated collection of results.\nLinks for the current page, next page, and previous page, with optional first and last page links.\n", + "properties": { + "first": { + "$ref": "#/components/schemas/PageLink" + }, + "self": { + "$ref": "#/components/schemas/PageLink" + }, + "next": { + "$ref": "#/components/schemas/PageLink" + } + }, + "nullable": true, + "x-ds-definition-name": "PageLinks" + }, + "PageLink": { + "type": "object", + "description": "A URL that references a specific page in the pagination process. This is typically used for navigation\nbetween paginated results.\n", + "properties": { + "href": { + "type": "string", + "format": "uri", + "description": "The URL for the referenced page.", + "examples": [ + "https://api.docusign.com/v1/accounts/12345678/agreements?limit=10&ctoken=abc123" + ] + } + }, + "required": [ + "href" + ], + "nullable": true, + "x-ds-definition-name": "PageLink" + }, + "PageLimit": { + "description": "The maximum number of items that can be returned in a single page.", + "type": "integer", + "format": "int32", + "examples": [ + 10 + ], + "minimum": 1, + "default": 25, + "nullable": true, + "x-ds-definition-name": "PageLimit" + }, + "PageTokenCurrent": { + "$ref": "#/components/schemas/ContinuationToken", + "x-ds-definition-name": "PageTokenCurrent" + }, + "PageTokenNext": { + "$ref": "#/components/schemas/ContinuationToken", + "x-ds-definition-name": "PageTokenNext" + }, + "PageTokenPrev": { + "$ref": "#/components/schemas/ContinuationToken", + "x-ds-definition-name": "PageTokenPrev" + }, + "ResourceId": { + "$ref": "#/components/schemas/UUID", + "x-ds-definition-name": "ResourceId" + }, + "ResourceMetadata": { + "type": "object", + "properties": { + "created_at": { + "description": "Timestamp when the agreement document was created.", + "type": "string", + "format": "date-time", + "x-docusign-adm-model": "com.docusign.platform@1.1.0.{Metadata.createdAt}", + "nullable": true + }, + "created_by": { + "description": "User ID of the person who created the agreement document.", + "type": "string", + "x-docusign-adm-model": "com.docusign.platform@1.1.0.{Metadata.createdBy}", + "nullable": true + }, + "modified_at": { + "description": "Timestamp when the agreement document was last modified.", + "type": "string", + "format": "date-time", + "x-docusign-adm-model": "com.docusign.platform@1.1.0.{Metadata.updatedAt}", + "nullable": true + }, + "modified_by": { + "description": "User ID of the person who last modified the agreement document.", + "type": "string", + "x-docusign-adm-model": "com.docusign.platform@1.1.0.{Metadata.updatedBy}", + "nullable": true + }, + "request_id": { + "$ref": "#/components/schemas/RequestId" + }, + "response_timestamp": { + "$ref": "#/components/schemas/ResponseTimestamp" + }, + "response_duration_ms": { + "$ref": "#/components/schemas/ResponseDurationMs" + } + }, + "x-docusign-adm-model": "com.docusign.platform@1.1.0.{Metadata}", + "x-ds-definition-name": "ResourceMetadata" + }, + "ResourceSourceAccountId": { + "description": "The Account ID of the source system who creates this entity, e.g. eSign Account ID", + "type": "string", + "minLength": 1, + "maxLength": 128, + "examples": [ + "faee2c10-cae6-4d90-ba66-6d6d117d92c5" + ], + "nullable": true, + "x-ds-definition-name": "ResourceSourceAccountId" + }, + "ResourceSourceId": { + "description": "The ID of the entity in the source system that this entity is associated with. For example, it could be an ID of the envelope in eSign.", + "type": "string", + "maxLength": 128, + "examples": [ + "8ade6915-d04b-40d6-bb6f-9c6ba6aa1bb5" + ], + "nullable": true, + "x-ds-definition-name": "ResourceSourceId" + }, + "ResourceSourceName": { + "description": "The name of the source system who creates this entity, e.g. eSign, CLM, or Salesforce.", + "type": "string", + "maxLength": 128, + "examples": [ + "Docusign eSign" + ], + "nullable": true, + "x-ds-definition-name": "ResourceSourceName" + }, + "LinkedData": { + "description": "Identifies records in external systems which correlate with this agreement.", + "type": "object", + "properties": { + "application_name": { + "type": "string" + }, + "object_name": { + "type": "string" + }, + "record_id": { + "type": "string" + } + }, + "x-ds-definition-name": "LinkedData" + }, + "RequestId": { + "description": "Unique identifier for the request, useful for tracking and debugging.", + "type": "string", + "format": "uuid", + "examples": [ + "3f7c9e4b-851c-4f9b-89e7-123456789abc" + ], + "nullable": true, + "x-ds-definition-name": "RequestId" + }, + "ResponseTimestamp": { + "description": "The timestamp indicating when the response was generated.", + "type": "string", + "format": "date-time", + "examples": [ + "2024-10-17T14:30:00Z" + ], + "nullable": true, + "x-ds-definition-name": "ResponseTimestamp" + }, + "ResponseDurationMs": { + "description": "The duration of time, in milliseconds, that the server took to process and respond\nto the request. This is measured from the time the server received the request\nuntil the time the response was sent.\n", + "type": "integer", + "format": "int32", + "examples": [ + 150 + ], + "minimum": 0, + "nullable": true, + "x-ds-definition-name": "ResponseDurationMs" + }, + "URL": { + "type": "string", + "format": "uri", + "maxLength": 1024, + "examples": [ + "https://example.com/resource/123" + ], + "nullable": true, + "x-ds-definition-name": "URL" + }, + "UserId": { + "type": "string", + "maxLength": 100, + "x-docusign-adm-model": "com.docusign.scalars@1.1.0.{UserId}", + "x-ds-definition-name": "UserId" + }, + "UUID": { + "type": "string", + "pattern": "^[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?$", + "default": "00000000-0000-0000-0000-000000000000", + "x-docusign-adm-model": "concerto.platform.scalar@1.0.0.{UUID}", + "x-ds-definition-name": "UUID" + }, + "Agreement": { + "description": "The Agreement component represents a comprehensive overview of a contractual document, detailing its unique identifiers, key properties, parties involved,\nand specific provisions. It includes general information such as the title, type, status, and important dates like effective and expiration dates.\nThe component also incorporates various provisions—legal, financial, lifecycle, and custom—along with metadata, external references, and related documents\nto offer a full representation of the structure and context of an agreement.\n", + "type": "object", + "properties": { + "id": { + "$ref": "#/components/schemas/UUID", + "description": "The unique identifier for the agreement document." + }, + "title": { + "type": "string", + "description": "Title of the agreement document, summarizing its purpose.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocumentData.title}", + "nullable": true + }, + "file_name": { + "type": "string", + "description": "The file name of the agreement.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocumentData.name}", + "nullable": true + }, + "document_id": { + "type": "string", + "description": "The id the original agreement document.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocumentData.documentStorageId}", + "nullable": true + }, + "type": { + "description": "The type of agreement.", + "type": "string", + "examples": [ + "Master Service Agreement" + ], + "nullable": true + }, + "category": { + "description": "Server-defined category based on the agreement type.", + "type": "string", + "examples": [ + "BusinessServices" + ], + "nullable": true + }, + "summary": { + "description": "A detailed summary of the agreement's key provisions and scope.", + "type": "string", + "maxLength": 135000, + "examples": [ + "This Master Service Agreement between Alpha Corp and Beta Ltd. defines the terms for services provided by Alpha Corp, including project scope, payment terms, and dispute resolution." + ], + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.summary}", + "nullable": true + }, + "status": { + "description": "Current status of the agreement (e.g., PENDING, COMPLETE, INACTIVE)", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.agreementStatus}", + "nullable": true + }, + "review_status": { + "description": "The review status of the agreement, indicating whether it has been complete or pending.", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.pendingExtractionReviewCount}", + "nullable": true + }, + "review_completed_at": { + "description": "The date when the agreement extraction review was completed.", + "type": "string", + "format": "date-time", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.extractionReviewCompletedAt}", + "nullable": true + }, + "parties": { + "description": "A list of parties involved in the agreement.", + "type": "array", + "items": { + "$ref": "#/components/schemas/Party" + }, + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.parties}", + "nullable": true + }, + "provisions": { + "description": "\"The conditions or rules written in a legal agreement. The set of possible provisions is determined by the agreement type.\"\n", + "allOf": [ + { + "$ref": "#/components/schemas/GeneralProvisions" + }, + { + "$ref": "#/components/schemas/LegalProvisions" + }, + { + "$ref": "#/components/schemas/FinancialProvisions" + }, + { + "$ref": "#/components/schemas/LifecycleProvisions" + } + ] + }, + "custom_provisions": { + "$ref": "#/components/schemas/CustomProperty", + "description": "“A dictionary of user-defined provisions that extend the standard provisions set for this agreement type.\n • Keys = names of additional terms supplied by the customer (e.g., early_termination_fee).\n • Values = the term’s value, expressed as a primitive JSON type (string, number, boolean, etc.).\nThis object reflects the data model as-defined by the customer, including property names and data types.\nnote - Changes to the underlying data model will be reflected dynamically in this object at runtime.\n" + }, + "additional_user_defined_data": { + "$ref": "#/components/schemas/CustomProperty", + "description": "User-defined/custom attributes included in this agreement.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.fields}" + }, + "additional_custom_clm_data": { + "$ref": "#/components/schemas/CustomProperty", + "description": "Custom attributes originating from CLM in this agreement.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.clmLegacyCustomAttributes}" + }, + "additional_custom_esign_data": { + "$ref": "#/components/schemas/CustomProperty", + "description": "Custom attributes originating from eSign in this agreement.", + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.eSignLegacyCustomFields}" + }, + "related_agreement_documents": { + "type": "object", + "properties": { + "parent_agreement_document_id": { + "description": "ID of the parent agreement document, if related.", + "allOf": [ + { + "$ref": "#/components/schemas/UUID" + } + ], + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.parentAgreementId}" + } + } + }, + "languages": { + "type": "array", + "description": "List of languages applicable to the agreement, identified using BCP-47 language codes.", + "items": { + "$ref": "#/components/schemas/LanguageCode" + }, + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.languages}", + "nullable": true + }, + "source_name": { + "allOf": [ + { + "$ref": "#/components/schemas/ResourceSourceName" + } + ], + "description": "The name of the source system which created this agreement, e.g. eSign, CLM, or Salesforce." + }, + "source_id": { + "$ref": "#/components/schemas/ResourceSourceId", + "description": "The ID of the resource in the source system associated with this agreement. For example, it could be an ID of the envelope in eSign." + }, + "source_account_id": { + "description": "The Account ID of the source system who creates this entity, e.g. eSign Account ID", + "$ref": "#/components/schemas/ResourceSourceAccountId" + }, + "linked_data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/LinkedData" + } + }, + "metadata": { + "$ref": "#/components/schemas/ResourceMetadata" + }, + "_links": { + "$ref": "#/components/schemas/AgreementLinks" + } + }, + "required": [ + "id" + ], + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument}", + "x-ds-definition-name": "Agreement" + }, + "AgreementLinks": { + "type": "object", + "description": "Hypermedia controls (HATEOAS) for agreement specific links to resources.\n", + "properties": { + "document": { + "$ref": "#/components/schemas/Link", + "example": "https://s1.us.services.docusign.net/document-public-dms/v1/accounts/accountId/documents/documentId" + } + }, + "nullable": true, + "x-ds-definition-name": "AgreementLinks" + }, + "Link": { + "type": "object", + "description": "A URL that references a specific resource. \n", + "properties": { + "href": { + "type": "string", + "format": "uri", + "description": "The URL for the referenced page.", + "examples": [ + "https://api.docusign.com/v1/accounts/12345678/agreements?limit=10&ctoken=abc123" + ] + } + }, + "required": [ + "href" + ], + "nullable": true, + "x-ds-definition-name": "Link" + }, + "AgreementId": { + "$ref": "#/components/schemas/UUID", + "x-ds-definition-name": "AgreementId" + }, + "AgreementsList": { + "description": "A list of agreements", + "type": "array", + "items": { + "$ref": "#/components/schemas/Agreement" + }, + "x-ds-definition-name": "AgreementsList" + }, + "AgreementsResponse": { + "type": "object", + "properties": { + "data": { + "$ref": "#/components/schemas/AgreementsList" + }, + "response_metadata": { + "$ref": "#/components/schemas/ResponseMetadata" + }, + "_links": { + "$ref": "#/components/schemas/PageLinks" + } + }, + "x-ds-definition-name": "AgreementsResponse" + }, + "AgreementSummary": { + "description": "A high-level, AI-generated summary of an agreement document.", + "type": "object", + "properties": { + "summary": { + "type": "string", + "description": "An AI-generated summary of the agreement. This summary is provided for convenience\nand may not capture every detail of the original agreement.\n" + } + }, + "x-ds-definition-name": "AgreementSummary" + }, + "AnnualAgreementValue": { + "description": "The AnnualAgreementValue component captures the financial details of the agreement, including the annualized value and currency code.\nIt provides a clear overview of the agreement's annualized financial worth, aiding in financial planning and assessment.\n", + "type": "object", + "properties": { + "annual_agreement_value": { + "type": "number", + "format": "double", + "description": "Total annual value of the agreement.", + "nullable": true + }, + "annual_agreement_value_currency_code": { + "description": "Currency code (e.g., USD, EUR) for the agreement's annual value.", + "allOf": [ + { + "$ref": "#/components/schemas/CurrencyCode" + } + ] + } + }, + "x-ds-definition-name": "AnnualAgreementValue" + }, + "Assignment": { + "description": "Assignment specifies the rules and conditions regarding the transfer of rights or obligations under the agreement. This includes the type of assignment allowed,\nhow changes in control of the assigning party are handled, and conditions for the termination of assignment rights, providing clarity on when and how rights can be transferred or reassigned.\n", + "type": "object", + "properties": { + "assignment_type": { + "$ref": "#/components/schemas/AssignmentType" + }, + "assignment_change_of_control": { + "$ref": "#/components/schemas/AssignmentChangeOfControl" + }, + "assignment_termination_rights": { + "$ref": "#/components/schemas/AssignmentTerminationRights" + } + }, + "x-ds-definition-name": "Assignment" + }, + "AssignmentType": { + "description": "The type of assignment rights in the agreement (e.g., transferability)", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{Assignment.type}", + "nullable": true, + "x-ds-definition-name": "AssignmentType" + }, + "AssignmentChangeOfControl": { + "description": "Provisions related to changes in control of the assigning party", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{Assignment.changeOfControl}", + "nullable": true, + "x-ds-definition-name": "AssignmentChangeOfControl" + }, + "AssignmentTerminationRights": { + "description": "Provisions for the termination of assignment rights", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{Assignment.terminationRights}", + "nullable": true, + "x-ds-definition-name": "AssignmentTerminationRights" + }, + "ConfidentialityObligationPeriod": { + "description": "A subset of ISO 8601 duration. Fractional or negative values are not supported.", + "type": "string", + "pattern": "^P(-?[0-9]+Y)?(-?[0-9]+M)?(-?[0-9]+(\\.[0-9]+)?W)?(-?[0-9]+(\\.[0-9]+)?D)?(T-?[0-9]+(\\.[0-9]+)?(H(-?[0-9]+(\\.[0-9]+)?M)?(-?[0-9]+(\\.[0-9]+)?S)?|M(-?[0-9]+(\\.[0-9]+)?S)?|S))?$", + "minLength": 3, + "maxLength": 128, + "examples": [ + "P30D" + ], + "x-docusign-adm-model": "com.docusign.platform.scalars@1.1.0.{Iso8601Duration}", + "nullable": true, + "x-ds-definition-name": "ConfidentialityObligationPeriod" + }, + "EffectiveDate": { + "description": "The date when the terms of the agreement start to apply and become legally binding.", + "$ref": "#/components/schemas/LocalDateTime", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.general@1.0.0.{EffectiveDate.value}", + "x-ds-definition-name": "EffectiveDate" + }, + "ExecutionDate": { + "description": "The date when the agreement is signed by all parties, making it officially binding. This is not necessarily the same as the effective date.", + "$ref": "#/components/schemas/LocalDateTime", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.general@1.0.0.{ExecutionDate.value}", + "x-ds-definition-name": "ExecutionDate" + }, + "ExpirationDate": { + "description": "The date when the agreement ends and is no longer valid or enforceable.", + "$ref": "#/components/schemas/LocalDateTime", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.general@1.0.0.{ExpirationDate.value}", + "x-ds-definition-name": "ExpirationDate" + }, + "FinancialProvisions": { + "description": "'Financial Provisions outlines the financial terms and conditions of the agreement, including the annual and total value of the agreement, liability limits, and payment-related details such as terms,\npotential late fees, and price adjustment caps. These provisions govern the monetary aspects of the agreement, defining how payments are managed, and establishing financial limits and obligations.'\n", + "allOf": [ + { + "$ref": "#/components/schemas/AnnualAgreementValue" + }, + { + "$ref": "#/components/schemas/TotalAgreementValue" + }, + { + "$ref": "#/components/schemas/PaymentTerms" + }, + { + "$ref": "#/components/schemas/LatePaymentFee" + }, + { + "$ref": "#/components/schemas/LiabilityCap" + }, + { + "$ref": "#/components/schemas/PriceCap" + } + ], + "x-docusign-adm-class-url": "https://github.docusignhq.com/Microservices/data-models/blob/main/model/platform/provisions.cto", + "x-ds-definition-name": "FinancialProvisions" + }, + "GeneralProvisions": { + "description": "The GeneralProvisions component defines the fundamental terms and key dates of the agreement, including when it starts, when it has been executed, when it expires, and the overall duration.\nThese provisions set the basic framework for the agreement, establishing its timeline and primary milestones.\n", + "type": "object", + "properties": { + "effective_date": { + "$ref": "#/components/schemas/EffectiveDate" + }, + "expiration_date": { + "$ref": "#/components/schemas/ExpirationDate" + }, + "execution_date": { + "$ref": "#/components/schemas/ExecutionDate" + }, + "term_length": { + "$ref": "#/components/schemas/TermLength" + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.general@1.0.0", + "x-ds-definition-name": "GeneralProvisions" + }, + "GoverningLaw": { + "description": "The governing law clause identifies the substantive law that will govern the rights and obligations of the parties to the agreement.", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{GoverningLaw.value}", + "nullable": true, + "x-ds-definition-name": "GoverningLaw" + }, + "Jurisdiction": { + "description": "A jurisdiction clause expressly sets out which courts or tribunals have the power to hear a dispute which arises under the agreement.", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{Jurisdiction.value}", + "nullable": true, + "x-ds-definition-name": "Jurisdiction" + }, + "LatePaymentFee": { + "description": "The LatePaymentFee component defines the conditions under which fees can be charged for late payments, including whether such fees are allowed and the percentage rate applied.\nThis component helps outline the financial penalties for overdue payments, encouraging timely compliance with payment terms.\n", + "type": "object", + "properties": { + "can_charge_late_payment_fees": { + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LatePaymentFee.canChargeLatePaymentFees}", + "type": "boolean", + "description": "Indicates if late payment fees can be charged.", + "nullable": true + }, + "late_payment_fee_percent": { + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LatePaymentFee.latePaymentFeePercent}", + "type": "number", + "format": "double", + "minimum": 0, + "maximum": 100, + "description": "Percentage fee charged on late payments.", + "nullable": true + } + }, + "x-ds-definition-name": "LatePaymentFee" + }, + "LegalProvisions": { + "description": "The LegalProvisions component encompasses clauses and terms that define the legal rights, responsibilities, and protections of the parties involved in an agreement.\nThis includes standard legal aspects such as confidentiality, governing law, jurisdiction, and other regulatory or compliance-related provisions.\n", + "allOf": [ + { + "$ref": "#/components/schemas/Assignment" + }, + { + "type": "object", + "properties": { + "confidentiality_obligation_period": { + "$ref": "#/components/schemas/ConfidentialityObligationPeriod" + } + } + }, + { + "type": "object", + "properties": { + "governing_law": { + "$ref": "#/components/schemas/GoverningLaw" + } + } + }, + { + "type": "object", + "properties": { + "jurisdiction": { + "$ref": "#/components/schemas/Jurisdiction" + } + } + }, + { + "type": "object", + "properties": { + "nda_type": { + "$ref": "#/components/schemas/NdaType" + } + } + } + ], + "x-docusign-adm-class-url": "https://github.docusignhq.com/Microservices/data-models/blob/main/model/platform/provisions/legal.cto", + "x-ds-definition-name": "LegalProvisions" + }, + "LiabilityCap": { + "description": "The LiabilityCap component specifies the maximum financial liability that a party can incur under the agreement, including the cap amount, the applicable currency,\nany multiplier used to calculate the cap, and the duration for which the cap is effective. This serves to limit the financial exposure and risk for the parties involved.\n", + "type": "object", + "properties": { + "liability_cap_fixed_amount": { + "description": "Maximum liability cap in the agreement", + "type": "number", + "format": "double", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LiabilityCap.fixedAmount.doubleValue}", + "nullable": true + }, + "liability_cap_currency_code": { + "allOf": [ + { + "$ref": "#/components/schemas/CurrencyCode" + } + ], + "description": "Currency code for the liability cap amount.", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LiabilityCap.fixedAmount.currencyCode}" + }, + "liability_cap_multiplier": { + "description": "Multiplier applied to calculate the liability cap", + "type": "number", + "format": "double", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LiabilityCap.multiplier}", + "nullable": true + }, + "liability_cap_duration": { + "allOf": [ + { + "$ref": "#/components/schemas/Iso8601Duration" + } + ], + "description": "Duration for the liability cap", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LiabilityCap.duration}" + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{LiabilityCap}", + "x-ds-definition-name": "LiabilityCap" + }, + "LifecycleProvisions": { + "x-docusign-adm-class-url": "https://github.docusignhq.com/Microservices/data-models/blob/main/model/platform/provisions/lifecycle.cto", + "description": "'The LifecycleProvisions component outlines the terms and conditions related to the duration and management of an agreement, including how the agreement can be renewed, extended, or terminated.\nThese provisions govern the different phases of the agreement's lifecycle, detailing how it progresses, concludes, or continues.'\n", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0", + "allOf": [ + { + "$ref": "#/components/schemas/Renewal" + }, + { + "$ref": "#/components/schemas/Termination" + } + ], + "x-ds-definition-name": "LifecycleProvisions" + }, + "NdaType": { + "description": "Type of non-disclosure agreement (e.g., unilateral, bilateral).", + "type": "string", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.legal@1.0.0.{NdaType.direction}", + "nullable": true, + "x-ds-definition-name": "NdaType" + }, + "Party": { + "description": "A party is a person, group, or organization that is involved in a contract and has legally binding obligations and responsibilities. They also seek to benefit from the agreement.\n", + "type": "object", + "properties": { + "id": { + "type": "string", + "description": "Unique identifier for the party, mapped to the party entity reference." + }, + "name_in_agreement": { + "type": "string", + "description": "Name of the party as it appears in the agreement.", + "nullable": true + }, + "preferred_name": { + "type": "string", + "description": "Formal name of the party.", + "nullable": true + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform@1.1.0.{AgreementDocument.party}", + "required": [ + "id" + ], + "x-ds-definition-name": "Party" + }, + "PaymentTerms": { + "type": "object", + "properties": { + "payment_terms_due_date": { + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{PaymentTerms.PaymentType}", + "type": "string", + "description": "Terms specifying the payment due date, based on a defined number of days or other conditions.", + "enum": [ + "UNDER_SEVEN_DAYS", + "SEVEN_DAYS", + "FIFTEEN_DAYS", + "THIRTY_DAYS", + "FORTY_FIVE_DAYS", + "SIXTY_DAYS", + "NINETY_DAYS", + "OVER_NINETY_DAYS", + "ON_RECEIPT", + "OTHER", + "SILENT" + ], + "default": "OTHER" + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{PaymentTerms}", + "nullable": true, + "x-ds-definition-name": "PaymentTerms" + }, + "PriceCap": { + "type": "object", + "properties": { + "price_cap_percent_increase": { + "description": "Maximum allowed percentage increase in prices, limited between 0 and 100.", + "type": "number", + "format": "float", + "minimum": 0, + "maximum": 100, + "nullable": true + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{PriceCap}", + "x-ds-definition-name": "PriceCap" + }, + "Renewal": { + "description": "The Renewal component defines the terms and conditions for extending the duration of the agreement, including the type of renewal, notice period, and the length of the renewal term.\nIt covers aspects such as whether the renewal is automatic or requires action, the timeframe for giving notice, and the responsibilities and additional information regarding the renewal process.\n", + "type": "object", + "properties": { + "renewal_type": { + "type": "string", + "description": "Specifies the type of renewal (e.g., automatic, manual).", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.type}", + "nullable": true + }, + "renewal_notice_period": { + "allOf": [ + { + "$ref": "#/components/schemas/Iso8601Duration" + } + ], + "description": "The period of time that a party is required to provide to indicate their intention to renew an agreement.", + "example": "P90D", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.noticePeriod}" + }, + "renewal_notice_date": { + "description": "Calculated field based on renewal notice period. (agreement expiration date - renewal notice period duration)", + "$ref": "#/components/schemas/LocalDateTime", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.noticeDate}" + }, + "auto_renewal_term_length": { + "allOf": [ + { + "$ref": "#/components/schemas/Iso8601Duration" + } + ], + "description": "The duration of the auto-renewal period.", + "example": "P1Y", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.term}" + }, + "renewal_extension_period": { + "description": "The period an agreement has been extended after it has been renewed.", + "allOf": [ + { + "$ref": "#/components/schemas/Iso8601Duration" + } + ], + "example": "P1Y", + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.extensionPeriod}" + }, + "renewal_process_owner": { + "description": "User ID of the person responsible for managing the renewal process", + "allOf": [ + { + "$ref": "#/components/schemas/UserId" + } + ], + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.owner}" + }, + "renewal_additional_info": { + "description": "Additional information related to the renewal process.", + "type": "string", + "maxLength": 400, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal.additionalInfo}", + "nullable": true + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{Renewal}", + "x-ds-definition-name": "Renewal" + }, + "TermLength": { + "description": "Overall duration of the agreement.", + "type": "string", + "pattern": "^P(-?[0-9]+Y)?(-?[0-9]+M)?(-?[0-9]+(\\.[0-9]+)?W)?(-?[0-9]+(\\.[0-9]+)?D)?(T-?[0-9]+(\\.[0-9]+)?(H(-?[0-9]+(\\.[0-9]+)?M)?(-?[0-9]+(\\.[0-9]+)?S)?|M(-?[0-9]+(\\.[0-9]+)?S)?|S))?$", + "minLength": 3, + "maxLength": 128, + "examples": [ + "P30D" + ], + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.general@1.0.0.{Term.value}", + "nullable": true, + "x-ds-definition-name": "TermLength" + }, + "Termination": { + "description": "The Termination component outlines the conditions and timeframes under which an agreement can be ended, including specific durations for termination due to non-performance or for cause.\nThis helps define the process and notice periods required for legally ending the agreement.\n", + "type": "object", + "properties": { + "termination_period_for_cause": { + "$ref": "#/components/schemas/TerminationForCause" + }, + "termination_period_for_convenience": { + "$ref": "#/components/schemas/TerminationForConvenience" + } + }, + "x-ds-definition-name": "Termination" + }, + "TerminationForCause": { + "description": "The specific duration that a party has to give notice before terminating the agreement due to a significant breach or violation of terms.\nThis period allows the other party to address the cause or prepare for termination.\n", + "type": "string", + "pattern": "^P(-?[0-9]+Y)?(-?[0-9]+M)?(-?[0-9]+(\\.[0-9]+)?W)?(-?[0-9]+(\\.[0-9]+)?D)?(T-?[0-9]+(\\.[0-9]+)?(H(-?[0-9]+(\\.[0-9]+)?M)?(-?[0-9]+(\\.[0-9]+)?S)?|M(-?[0-9]+(\\.[0-9]+)?S)?|S))?$", + "minLength": 3, + "maxLength": 128, + "examples": [ + "P6M" + ], + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{ForCauseTermination}", + "nullable": true, + "x-ds-definition-name": "TerminationForCause" + }, + "TerminationForConvenience": { + "description": "Specifies the required notice period that a party must provide before terminating the agreement for convenience, without cause, under the terms outlined in the contract.", + "type": "string", + "pattern": "^P(-?[0-9]+Y)?(-?[0-9]+M)?(-?[0-9]+(\\.[0-9]+)?W)?(-?[0-9]+(\\.[0-9]+)?D)?(T-?[0-9]+(\\.[0-9]+)?(H(-?[0-9]+(\\.[0-9]+)?M)?(-?[0-9]+(\\.[0-9]+)?S)?|M(-?[0-9]+(\\.[0-9]+)?S)?|S))?$", + "minLength": 3, + "maxLength": 128, + "examples": [ + "P6M" + ], + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.lifecycle@1.0.0.{ForConvenienceTermination}", + "nullable": true, + "x-ds-definition-name": "TerminationForConvenience" + }, + "TotalAgreementValue": { + "description": "The TotalAgreementValue captures the financial details of an agreement expressed as its total value and unit of currency.\nIt provides a clear overview of the agreement's total financial worth, aiding in financial planning and assessment.\n", + "type": "object", + "properties": { + "total_agreement_value": { + "type": "number", + "format": "double", + "description": "Total value of the agreement.", + "nullable": true + }, + "total_agreement_value_currency_code": { + "description": "Currency code (e.g., USD, EUR) for the agreement's total value.", + "allOf": [ + { + "$ref": "#/components/schemas/CurrencyCode" + } + ] + } + }, + "x-docusign-adm-class-mapping": "com.docusign.platform.provisions.financial@1.0.0.{TotalValue}", + "x-ds-definition-name": "TotalAgreementValue" + }, + "AssignmentTypeOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "assignment-type" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "NO_OR_CONSENT_REQUIRED", + "SILENT", + "YES_NOTICE_REQUIRED", + "YES_WITH_CONDITIONS" + ] + } + }, + "x-ds-definition-name": "AssignmentTypeOptions" + }, + "AssignmentChangeOfControlOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "assignment-change-of-control" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "NO_OR_CONSENT_REQUIRED", + "SILENT", + "YES_NOTICE_REQUIRED", + "YES_RESTRICTIONS_APPLY", + "YES_WITH_CONDITIONS" + ] + } + }, + "x-ds-definition-name": "AssignmentChangeOfControlOptions" + }, + "AssignmentTerminationRightsOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "assignment_termination_rights" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "YES", + "SILENT" + ] + } + }, + "x-ds-definition-name": "AssignmentTerminationRightsOptions" + }, + "NdaTypeOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "nda-type" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "ONE_WAY", + "MUTUAL" + ] + } + }, + "x-ds-definition-name": "NdaTypeOptions" + }, + "StatusOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "status" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "PENDING", + "COMPLETE", + "INACTIVE" + ] + } + }, + "x-ds-definition-name": "StatusOptions" + }, + "RenewalTypeOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "renewal_type" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "EVERGREEN", + "AUTO_RENEW", + "OPTION_TO_RENEW" + ] + } + }, + "x-ds-definition-name": "RenewalTypeOptions" + }, + "CurrencyCodeOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "currency_code" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "AED", + "AFN", + "ALL", + "AMD", + "ANG", + "AOA", + "ARS", + "AUD", + "AWG", + "AZN", + "BAM", + "BBD", + "BDT", + "BGN", + "BHD", + "BIF", + "BMD", + "BND", + "BOB", + "BOV", + "BRL", + "BSD", + "BTN", + "BWP", + "BYN", + "BZD", + "CAD", + "CDF", + "CHE", + "CHF", + "CHW", + "CLF", + "CLP", + "CNY", + "COP", + "COU", + "CRC", + "CUC", + "CUP", + "CVE", + "CZK", + "DJF", + "DKK", + "DOP", + "DZD", + "EGP", + "ERN", + "ETB", + "EUR", + "FJD", + "FKP", + "GBP", + "GEL", + "GHS", + "GIP", + "GMD", + "GNF", + "GTQ", + "GYD", + "HKD", + "HNL", + "HRK", + "HTG", + "HUF", + "IDR", + "ILS", + "INR", + "IQD", + "IRR", + "ISK", + "JMD", + "JOD", + "JPY", + "KES", + "KGS", + "KHR", + "KMF", + "KPW", + "KRW", + "KWD", + "KYD", + "KZT", + "LAK", + "LBP", + "LKR", + "LRD", + "LSL", + "LYD", + "MAD", + "MDL", + "MGA", + "MKD", + "MMK", + "MNT", + "MOP", + "MRU", + "MUR", + "MVR", + "MWK", + "MXN", + "MXV", + "MYR", + "MZN", + "NAD", + "NGN", + "NIO", + "NOK", + "NPR", + "NZD", + "OMR", + "PAB", + "PEN", + "PGK", + "PHP", + "PKR", + "PLN", + "PYG", + "QAR", + "RON", + "RSD", + "RUB", + "RWF", + "SAR", + "SBD", + "SCR", + "SDG", + "SEK", + "SGD", + "SHP", + "SLL", + "SOS", + "SRD", + "SSP", + "STN", + "SVC", + "SYP", + "SZL", + "THB", + "TJS", + "TMT", + "TND", + "TOP", + "TRY", + "TTD", + "TWD", + "TZS", + "UAH", + "UGX", + "USD", + "USN", + "UYI", + "UYU", + "UZS", + "VEF", + "VND", + "VUV", + "WST", + "XAF", + "XAG", + "XAU", + "XBA", + "XBB", + "XBC", + "XBD", + "XCD", + "XDR", + "XOF", + "XPD", + "XPF", + "XPT", + "XSU", + "XTS", + "XUA", + "XXX", + "YER", + "ZAR", + "ZMW", + "ZWL" + ] + } + }, + "x-ds-definition-name": "CurrencyCodeOptions" + }, + "PaymentTermsDueDateOptions": { + "type": "object", + "properties": { + "property": { + "type": "string", + "default": "payment_terms_due_date" + }, + "values": { + "type": "array", + "items": { + "type": "string" + }, + "default": [ + "UNDER_SEVEN_DAYS", + "SEVEN_DAYS", + "FIFTEEN_DAYS", + "THIRTY_DAYS", + "FORTY_FIVE_DAYS", + "SIXTY_DAYS", + "NINETY_DAYS", + "OVER_NINETY_DAYS", + "ON_RECEIPT", + "OTHER", + "SILENT" + ] + } + }, + "x-ds-definition-name": "PaymentTermsDueDateOptions" + }, + "BoundingBox": { + "description": "Placeholder", + "type": "object", + "properties": { + "x_min": { + "type": "integer" + }, + "y_min": { + "type": "integer" + }, + "x_max": { + "type": "integer" + }, + "y_max": { + "type": "integer" + }, + "page_number": { + "type": "integer" + } + }, + "x-ds-definition-name": "BoundingBox" + }, + "BoundingBoxes": { + "type": "object", + "properties": { + "bounding_boxes": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/components/schemas/BoundingBox" + } + } + }, + "x-ds-definition-name": "BoundingBoxes" + }, + "TextRange": { + "description": "A span of text within an agreements.\n", + "type": "object", + "properties": { + "start_offset": { + "type": "integer" + }, + "end_offset": { + "type": "integer" + } + }, + "x-ds-definition-name": "TextRange" + }, + "TextRanges": { + "type": "object", + "properties": { + "text_ranges": { + "type": "array", + "minItems": 1, + "items": { + "$ref": "#/components/schemas/TextRange" + } + } + }, + "x-ds-definition-name": "TextRanges" + }, + "Extraction": { + "type": "object", + "properties": { + "id": { + "$ref": "#/components/schemas/UUID" + }, + "matched_text": { + "description": "The text from within the document where the extracted value was derived.\n", + "type": "string" + }, + "extracted_value": { + "description": "The value extracted from the matched_text.\n", + "$ref": "#/components/schemas/Any" + }, + "value_type": { + "type": "string", + "description": "The data type of the extracted value.\n" + }, + "location": { + "$ref": "#/components/schemas/Location" + } + }, + "x-ds-definition-name": "Extraction" + }, + "Location": { + "type": "object", + "required": [ + "type" + ], + "properties": { + "type": { + "type": "string", + "enum": [ + "TEXT_RANGES", + "BOUNDING_BOXES" + ], + "description": "Discriminator for location type" + } + }, + "discriminator": { + "propertyName": "type", + "mapping": { + "TEXT_RANGES": "#/components/schemas/TextRanges", + "BOUNDING_BOXES": "#/components/schemas/BoundingBoxes" + } + }, + "oneOf": [ + { + "$ref": "#/components/schemas/TextRanges" + }, + { + "$ref": "#/components/schemas/BoundingBoxes" + } + ], + "x-ds-definition-name": "Location" + }, + "ExtractionReview": { + "type": "object", + "properties": { + "property_name": { + "type": "string", + "examples": [ + "term_length" + ] + }, + "property_path": { + "type": "string", + "format": "json-pointer", + "examples": [ + "/provisions/term_length" + ] + }, + "current_value": { + "$ref": "#/components/schemas/Any" + }, + "modified_by_type": { + "type": "string", + "enum": [ + "AI", + "USER" + ] + }, + "review_status": { + "type": "string", + "examples": [ + "ACCEPTED" + ] + }, + "extractions": { + "type": "array", + "items": { + "$ref": "#/components/schemas/Extraction" + } + }, + "_actions": { + "type": "object", + "properties": { + "update_with_user_provided_value": { + "$ref": "#/components/schemas/Affordance" + } + } + } + }, + "x-ds-definition-name": "ExtractionReview" + }, + "ExtractionReviews": { + "description": "placeholder", + "type": "object", + "properties": { + "data": { + "type": "array", + "items": { + "$ref": "#/components/schemas/ExtractionReview" + } + }, + "_actions_template": { + "$ref": "#/components/schemas/ActionsTemplate" + } + }, + "x-ds-definition-name": "ExtractionReviews" + }, + "ActionsTemplate": { + "description": "placeholder", + "type": "object", + "properties": { + "update_with_user_provided_value": { + "$ref": "#/components/schemas/Affordance" + } + }, + "x-ds-definition-name": "ActionsTemplate" + }, + "Affordance": { + "description": "Affordances (aka 'actions') describe the available operations on a resource, including CRUD and RPC-like operations. It details the\nexpected input payload, http method, query parameters, and the resulting output.\n\nAffordances enable clients to dynamically adapt to the API's current state and available actions. Instead of\nhardcoding all possible endpoints and their associated logic, a client can inspect the affordances within a\nresource's representation to discover what actions are possible and how to perform them.\n", + "type": "object", + "properties": { + "href": { + "description": "A URI representing the location of the resource or operations.", + "$ref": "#/components/schemas/URL" + }, + "method": { + "description": "The http method to use when invoking this affordance", + "type": "string", + "enum": [ + "POST", + "GET", + "PATCH", + "PUT", + "DELETE" + ] + }, + "required": { + "description": "Indicates if an action must be performed on a resource. This may include a manadatory step as part of a business process, especially\nwhen failing to execute a subsequent action will leave the resource in a bad or incomplete state.\n# note: would it be necessary for manadatory/required actionsto be performed prior to an optional action\n# note: mandatory actions which have previously been executed on a resource should not be be returned in the server response\n# execept in cases where the resource is in a state that permits this action to be performed again.\n", + "type": "boolean", + "default": false + }, + "sequence": { + "description": "Provides a stable and consistent order to a collection of resources. Useful when multiple processes are working in parallel to iterate over\na collection of resources with a mandatory/required action.\n", + "type": "integer" + }, + "description": { + "description": "Placeholder", + "type": "string" + }, + "template_variables": { + "description": "A natural language dictionary of JSON template variables used in invoke an action\n", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "headers": { + "description": "Additional HTTP request headers needed in the request to invoke an action.\n", + "type": "object", + "additionalProperties": { + "type": "string" + } + }, + "constraints": { + "description": "Limits and restrictions on\n" + }, + "success_status_code": { + "$ref": "#/components/schemas/SuccessStatusCode" + } + }, + "nullable": true, + "x-ds-definition-name": "Affordance" + }, + "AgreementSetCreateRequest": { + "type": "object", + "description": "Request body for creating a new Agreement Set.", + "required": [ + "name" + ], + "properties": { + "name": { + "type": "string", + "description": "User-defined name.", + "minLength": 1, + "maxLength": 255, + "examples": [ + "High-value NDAs expiring Q1 2026" + ] + }, + "description": { + "type": "string", + "description": "Human-readable description.", + "maxLength": 1000, + "examples": [ + "Mutual NDAs valued over $100k expiring by end of Q1" + ] + }, + "filter": { + "type": "string", + "description": "OData 4.0.1 filter expression defining which agreements belong to this set.\n\nSupported operators: eq, ne, gt, ge, lt, le, in, and.\nUnsupported operators: or, not.\n", + "examples": [ + "type eq 'NDA_DOCUMENT_DATA' and provisions/nda_type eq 'MUTUAL' and provisions/annual_agreement_value ge 100000" + ] + }, + "principals": { + "type": "array", + "description": "Entities authorized to access this Agreement Set. Maximum 1000 entries.", + "maxItems": 1000, + "items": { + "$ref": "#/components/schemas/Principal" + } + } + }, + "x-ds-definition-name": "AgreementSetCreateRequest" + }, + "AgreementSetUpdateRequest": { + "type": "object", + "description": "Request body for updating an Agreement Set.\n\nAll fields are optional. Only provided fields are updated; omitted fields remain unchanged.\nThe `principals` array uses full replacement semantics.\n", + "properties": { + "name": { + "type": "string", + "description": "User-defined name. Cannot be set to null.", + "minLength": 1, + "maxLength": 255, + "examples": [ + "High-value NDAs (Updated)" + ] + }, + "description": { + "type": "string", + "description": "Human-readable description. Set to null to clear.", + "maxLength": 1000, + "examples": [ + "Updated description" + ], + "nullable": true + }, + "filter": { + "type": "string", + "description": "OData filter expression. Set to null to clear.", + "examples": [ + "type eq 'NDA_DOCUMENT_DATA' and provisions/annual_agreement_value ge 250000" + ], + "nullable": true + }, + "principals": { + "type": "array", + "description": "Replaces all existing principals with the provided array.\nTo add or remove a single principal, fetch the current state, modify, and submit the complete array.\n", + "maxItems": 100, + "items": { + "$ref": "#/components/schemas/Principal" + } + } + }, + "x-ds-definition-name": "AgreementSetUpdateRequest" + }, + "Agreements": { + "x-ds-category": "Navigator", + "x-ms-summary": "", + "description": "" + } + }, + "securitySchemes": { + "OAuth2Auth": { + "description": "OAuth2 authentication.\n- Demo:\n - authorizationUrl: https://account-d.docusign.com/oauth/auth\n - tokenUrl: https://account-d.docusign.com/oauth/token\n- Production:\n - authorizationUrl: https://account.docusign.com/oauth/auth\n - tokenUrl: https://account.docusign.com/oauth/token\n", + "type": "oauth2", + "flows": { + "authorizationCode": { + "authorizationUrl": "https://account-d.docusign.com/oauth/auth", + "tokenUrl": "https://account-d.docusign.com/oauth/token", + "scopes": { + "adm_store_unified_repo_read": "Required to read agreement data from the Navigator API.", + "adm_store_unified_repo_write": "Required to write agreement data to the Navigator API.", + "models_read": "Used to the read model schema. Not currently required for any API endpoint methods, but it should be requested by apps making the Navigator API calls to support forward-compatibility, as a best practice.", + "document_uploader_read": "Required for the getBulkUploadJob() endpoint.", + "document_uploader_write": "Required for the createBulkUploadJob() and UploadComplete.", + "public_dms_document_read": "Required to call the download_url property of an agreement object so you can download the agreement." + } + } + } + } + } + }, + "tags": [ + { + "name": "BulkJob", + "description": "" + }, + { + "name": "Agreements", + "description": "" + } + ], + "x-ds-categories": [ + { + "name": "Navigator", + "summary": "", + "description": "" + } + ] +} \ No newline at end of file