DOCS

Feste Screen

Screen per i negati

Utilizzare Screen per impedire la spedizione a soggetti negati.

GraphQL

Screen ti consentirà di trasmettere nomi di individui, aziende e i loro indirizzi in modo da poter garantire che non siano presenti negli elenchi di parti negate redatte dal governo.

I dettagli richiesti utilizzano Screen 

Per utilizzare Screen, dovrai fornire tutte le informazioni che hai su una persona o azienda. Come minimo, è necessario fornire a name, countryCode, E locality.

Usando Screen 

È possibile accedere a Screen tramite API o Dashboard. Segui le istruzioni seguenti per iniziare a integrare Screen nelle tue operazioni quotidiane.

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

Questa pagina è stata utile?