DOCS

篩選交易對象

篩選被拒絕的交易對象

使用篩選功能防止向被拒絕的交易對象出貨。

GraphQL

篩選功能讓您可以輸入個人、公司及其地址的名稱,確保他們未列在任何政府編制的被拒絕交易對象名單上。

使用篩選功能所需的詳細資料 

要使用篩選功能,您需要提供盡可能多的有關個人或公司的資訊。最少需要提供「名稱」、「國家代碼」和「城市」。

使用篩選功能 

篩選功能可以透過 API 或 Dashboard 存取。遵循以下說明開始將篩選功能整合到您的日常運作中。

1mutation ScreenParty($input: PartyScreenInput!) {
2 partyScreen(input: $input) {
3 action
4 createdAt
5 createdBy
6 id
7 mode
8 party {
9 id
10 organization
11 person {
12 firstName
13 lastName
14 }
15 }
16 matches {
17 name
18 companyName
19 administrativeAreaCode
20 countryCode
21 locality
22 line1
23 line2
24 scores {
25 location
26 name
27 overall
28 }
29 deniedParty {
30 id
31 aliases
32 name
33 countryCode
34 locality
35 line1
36 line2
37 administrativeAreaCode
38 source
39 sourceUrls
40 postalCode
41 }
42 }
43 }
44}
GraphQL API ReferenceTypes, inputs, and operations used in this guide
預約演示

這個頁面有幫助嗎?


在此頁面: