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
81dac3f29f
commit
869177ed79
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user