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": [