使用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將允許您傳遞個人、公司及其地址的名稱,以便您可以確保他們不在任何政府編制的被拒絕參與方名單上。