Update latest definitions files

This commit is contained in:
AdyenAutomationBot
2024-10-18 08:19:37 +00:00
committed by github-actions[bot]
parent 0244221b2c
commit f8192441ff
2 changed files with 128 additions and 0 deletions

View File

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

View File

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