| JSON/XML: | GET https://api.sanctionssearch.com/v2/client/{Id}/ |
| JSON/XML Legacy: | POST https://api.sanctionssearch.com/v2/{json/xml}/reply/GetClient/ |
This method, armed with a search id number previously supplied by the result of AddClient, will bring back a specific client previously created in the system
Request Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| Id | Int64 | The ID of the client |
Response Parameters
| Parameter | Type | Format | Description |
|---|---|---|---|
| ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
| Client | Client | Instance of Client object (see here) |