Empty. Content of the Custom Admin Request message.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/terminal-admin-request-schema.json", "title": "AdminRequest", "description": "Empty. Content of the Custom Admin Request message.", "type": "object", "properties": { "ServiceIdentification": { "type": "string", "pattern": "^.+$", "description": "Identification of the administrative service to process." } } }