Retrieve customer contact details
OK
Bad request
You are not authorized to access the resource
Accessing the resource you were trying to reach is forbidden
The resource you were trying to reach is not found
Internal server error
Service unavailable
Successful
{- "status": "Success",
- "code": "CUST001",
- "message": "Failed to get a customer contact: <Reason>",
- "data": {
- "templateName": "bene 1",
- "contactUID": "345345",
- "name": "John",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "USA"
}, - "email": "abc@abc.com",
- "phoneNumber": "123-124-9877",
- "contactBank": {
- "country": "UNITED STATES OF AMERICA",
- "accountNo": "98989898",
- "accountCcy": "USD",
- "name": "Banka",
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "USA"
}, - "nationalCode": "0125487",
- "swiftCode": "USBNX000"
}, - "intermediaryBank": {
- "country": "UNITED STATES OF AMERICA",
- "name": "Banka",
- "nationalCode": "0125487",
- "swiftCode": "USBNX000",
- "coverMessageRequired": true,
- "address": {
- "addressLine1": "111 My Street",
- "addressLine2": "Suite 210",
- "city": "Charlotte",
- "state": "North Carolina",
- "postalCode": "28269",
- "countryCode": "USA"
}
}, - "otherInfo": {
- "beneNotes": "Type something.....",
- "otherBeneBankInfo": "bank info."
}, - "regulartoryReporting": [
- {
- "key": "routingNumber",
- "value": "4545"
}
]
}
}