使用篩選功能所需的詳細資料
要使用篩選功能,您需要提供盡可能多的有關個人或公司的資訊。最少需要提供「名稱」、「國家代碼」和「城市」。
使用篩選功能
篩選功能可以透過 API 或 Dashboard 存取。遵循以下說明開始將篩選功能整合到您的日常運作中。
1
mutation ScreenParty($input: PartyScreenInput!) {2
partyScreen(input: $input) {3
action4
createdAt5
createdBy6
id7
mode8
party {9
id10
organization11
person {12
firstName13
lastName14
}15
}16
matches {17
name18
companyName19
administrativeAreaCode20
countryCode21
locality22
line123
line224
scores {25
location26
name27
overall28
}29
deniedParty {30
id31
aliases32
name33
countryCode34
locality35
line136
line237
administrativeAreaCode38
source39
sourceUrls40
postalCode41
}42
}43
}44
}GraphQL API ReferenceTypes, inputs, and operations used in this guide
INPUTS
MUTATIONS
篩選被拒絕的交易對象
使用篩選功能防止向被拒絕的交易對象出貨。GraphQL
篩選功能讓您可以輸入個人、公司及其地址的名稱,確保他們未列在任何政府編制的被拒絕交易對象名單上。