使用 Screen 的必需详情
要使用 Screen,您需要提供关于个人或公司的尽可能多的信息。最少需要提供 name、countryCode 和 locality。
使用 Screen
可以通过 API 或 Dashboard 访问 Screen。按照下面的说明开始将 Screen 集成到您的日常运营中。
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
为被拒交易方筛选
使用 Screen 防止向被拒交易方发货。GraphQL
Screen 允许您传递个人、公司的名称和地址,以便您可以确保他们不在任何政府编制的被拒交易方列表中。