IMP-209: Add externalId to get listWithdrawals operation (#60)

This commit is contained in:
Baikov Dmitrii 2024-05-17 18:52:49 +03:00 committed by GitHub
parent f2bb61d5f2
commit 44cc6be629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,6 +29,13 @@ get:
required: false required: false
maxLength: 40 maxLength: 40
minLength: 1 minLength: 1
- name: externalID
in: query
description: Identifier of the external's ID
type: string
required: false
maxLength: 40
minLength: 1
- name: destinationID - name: destinationID
in: query in: query
description: Identifier of the destination description: Identifier of the destination