DOCS

篩選參與方

篩選被拒絕的參與方

使用Screen防止向被拒絕的參與方運送。

GraphQL

Screen將允許您傳遞個人、公司及其地址的名稱,以便您可以確保他們不在任何政府編制的被拒絕參與方名單上。

使用Screen所需的詳情 

要使用Screen,您需要提供盡可能多的關於個人或公司的信息。至少需要提供namecountryCodelocality

使用Screen 

可以通過API或Dashboard訪問Screen。按照下面的說明開始將Screen集成到您的日常操作中。

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
預約演示

這個頁面有幫助嗎?