21 lines
296 B
GraphQL
21 lines
296 B
GraphQL
query MyCounterpartyProfile {
|
|
myCounterpartyProfile {
|
|
id
|
|
companyName
|
|
companyFullName
|
|
inn
|
|
kpp
|
|
ogrn
|
|
legalAddress
|
|
bankName
|
|
bik
|
|
correspondentAccount
|
|
checkingAccount
|
|
signerFullName
|
|
signerPosition
|
|
signerBasis
|
|
isComplete
|
|
updatedAt
|
|
}
|
|
}
|