diff --git a/postman/LegalEntityService-v2.json b/postman/LegalEntityService-v2.json index 10be3e5..2e4254b 100644 --- a/postman/LegalEntityService-v2.json +++ b/postman/LegalEntityService-v2.json @@ -2490,6 +2490,70 @@ "name": "Terms of Service", "item": [ { + "name": "/legalEntities/:id/acceptedTermsOfServiceDocument/:termsofserviceacceptancereference", + "description": "Returns the accepted Terms of Service document for a legal entity.", + "item": [ + { + "name": "Get accepted Terms of Service document", + "request": { + "method": "GET", + "header": [ + { + "key": "Accept", + "value": "application/json", + "description": "", + "disabled": false + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{baseUrl}}/legalEntities/:id/acceptedTermsOfServiceDocument/:termsofserviceacceptancereference", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "legalEntities", + ":id", + "acceptedTermsOfServiceDocument", + ":termsofserviceacceptancereference" + ], + "variable": [ + { + "key": "id", + "value": "", + "description": "The unique identifier of the legal entity. For sole proprietorship, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization." + }, + { + "key": "termsofserviceacceptancereference", + "value": "", + "description": "An Adyen-generated reference for the accepted Terms of Service." + } + ], + "query": [ + { + "key": "termsOfServiceDocumentFormat", + "value": "termsOfServiceDocumentFormat_example", + "description": "The format of the Terms of Service document. Possible values: **JSON**, **PDF**, or **TXT**", + "disabled": true + } + ] + }, + "description": "Returns the accepted Terms of Service document for a legal entity." +} + ,"response": [ + ] + } + ] + }, + { "name": "/legalEntities/:id/termsOfService", "description": "Returns the Terms of Service document for a legal entity.", "item": [ diff --git a/postman/LegalEntityService-v3.json b/postman/LegalEntityService-v3.json index 73d0a1d..13ea84f 100644 --- a/postman/LegalEntityService-v3.json +++ b/postman/LegalEntityService-v3.json @@ -2810,6 +2810,70 @@ "name": "Terms of Service", "item": [ { + "name": "/legalEntities/:id/acceptedTermsOfServiceDocument/:termsofserviceacceptancereference", + "description": "Returns the accepted Terms of Service document for a legal entity.", + "item": [ + { + "name": "Get accepted Terms of Service document", + "request": { + "method": "GET", + "header": [ + { + "key": "Accept", + "value": "application/json", + "description": "", + "disabled": false + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{baseUrl}}/legalEntities/:id/acceptedTermsOfServiceDocument/:termsofserviceacceptancereference", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "legalEntities", + ":id", + "acceptedTermsOfServiceDocument", + ":termsofserviceacceptancereference" + ], + "variable": [ + { + "key": "id", + "value": "", + "description": "The unique identifier of the legal entity. For sole proprietorship, this is the individual legal entity ID of the owner. For organizations, this is the ID of the organization." + }, + { + "key": "termsofserviceacceptancereference", + "value": "", + "description": "An Adyen-generated reference for the accepted Terms of Service." + } + ], + "query": [ + { + "key": "termsOfServiceDocumentFormat", + "value": "termsOfServiceDocumentFormat_example", + "description": "The format of the Terms of Service document. Possible values: **JSON**, **PDF**, or **TXT**", + "disabled": true + } + ] + }, + "description": "Returns the accepted Terms of Service document for a legal entity." +} + ,"response": [ + ] + } + ] + }, + { "name": "/legalEntities/:id/termsOfService", "description": "Returns the Terms of Service document for a legal entity.", "item": [