mirror of
https://github.com/gcatanese/adyen-postman.git
synced 2026-03-10 08:01:18 +00:00
Update latest definitions files
This commit is contained in:
committed by
github-actions[bot]
parent
0244221b2c
commit
f8192441ff
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user