From 869177ed7954821cca3aa37e6d43a6d366fb19db Mon Sep 17 00:00:00 2001 From: AdyenAutomationBot Date: Wed, 5 Jul 2023 14:39:55 +0000 Subject: [PATCH] Update latest definitions files --- postman/LegalEntityService-v1.json | 48 ++++++++++++++++++++++++++++++ postman/LegalEntityService-v2.json | 48 ++++++++++++++++++++++++++++++ postman/LegalEntityService-v3.json | 48 ++++++++++++++++++++++++++++++ 3 files changed, 144 insertions(+) diff --git a/postman/LegalEntityService-v1.json b/postman/LegalEntityService-v1.json index e7aa7d0..dcdd556 100644 --- a/postman/LegalEntityService-v1.json +++ b/postman/LegalEntityService-v1.json @@ -942,6 +942,54 @@ ] }, { + "name": "/legalEntities/{{id}}/termsOfServiceStatus", + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.", + "item": [ + { + "name": "Get Terms of Service status", + "request": { + "method": "GET", + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{baseUrl}}/legalEntities/{{id}}/termsOfServiceStatus", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "legalEntities", + "{{id}}", + "termsOfServiceStatus" + ], + "variable": [ + { + "key": "id", + "value": "", + "description": "The unique identifier of the legal entity." + } + ], + "query": [ + ] + }, + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity." + } + } + ] + }, + { "name": "/legalEntities/{{id}}/termsOfService/{{termsofservicedocumentid}}", "description": "Accepts Terms of Service.", "item": [ diff --git a/postman/LegalEntityService-v2.json b/postman/LegalEntityService-v2.json index d849b1d..119c608 100644 --- a/postman/LegalEntityService-v2.json +++ b/postman/LegalEntityService-v2.json @@ -1077,6 +1077,54 @@ ] }, { + "name": "/legalEntities/{{id}}/termsOfServiceStatus", + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.", + "item": [ + { + "name": "Get Terms of Service status", + "request": { + "method": "GET", + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{baseUrl}}/legalEntities/{{id}}/termsOfServiceStatus", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "legalEntities", + "{{id}}", + "termsOfServiceStatus" + ], + "variable": [ + { + "key": "id", + "value": "", + "description": "The unique identifier of the legal entity." + } + ], + "query": [ + ] + }, + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity." + } + } + ] + }, + { "name": "/legalEntities/{{id}}/termsOfService/{{termsofservicedocumentid}}", "description": "Accepts Terms of Service.", "item": [ diff --git a/postman/LegalEntityService-v3.json b/postman/LegalEntityService-v3.json index af6ce6f..aa0489e 100644 --- a/postman/LegalEntityService-v3.json +++ b/postman/LegalEntityService-v3.json @@ -1164,6 +1164,54 @@ ] }, { + "name": "/legalEntities/{{id}}/termsOfServiceStatus", + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity.", + "item": [ + { + "name": "Get Terms of Service status", + "request": { + "method": "GET", + "header": [ + { + "key": "Accept", + "value": "application/json" + } + ], + "body": { + "mode": "raw", + "raw": "", + "options": { + "raw": { + "language": "json" + } + } + }, + "url": { + "raw": "{{baseUrl}}/legalEntities/{{id}}/termsOfServiceStatus", + "host": [ + "{{baseUrl}}" + ], + "path": [ + "legalEntities", + "{{id}}", + "termsOfServiceStatus" + ], + "variable": [ + { + "key": "id", + "value": "", + "description": "The unique identifier of the legal entity." + } + ], + "query": [ + ] + }, + "description": "Returns the required types of Terms of Service that need to be accepted by a legal entity." + } + } + ] + }, + { "name": "/legalEntities/{{id}}/termsOfService/{{termsofservicedocumentid}}", "description": "Accepts Terms of Service.", "item": [