Skip to content

Commit

Permalink
Update latest definitions files
Browse files Browse the repository at this point in the history
  • Loading branch information
AdyenAutomationBot authored and github-actions[bot] committed Oct 30, 2024
1 parent 7b345e6 commit 6f865ed
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 0 deletions.
64 changes: 64 additions & 0 deletions postman/LegalEntityService-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down
64 changes: 64 additions & 0 deletions postman/LegalEntityService-v3.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 6f865ed

Please sign in to comment.