OpenAPI 3.0.02026-08-0611579731.8 KB
85997e1074f2
Clientes
Customers
Crear perfil
Mediante este método se crea un nuevo perfil asociado al usuario en el sistema.
post/customer/profile
Parameters
#/paths/~1/get/parameters/0 — unresolved $ref
Request body
Example request
{
"signature": "341f7de8e6fc49da8d8736473af6b03a",
"external_id": "1024",
"first_name": "Paco",
"last_name": "García",
"cardholder_name": "Paco Garcia",
"document_identification_issuer_type": "STATE_GOVERNMENT",
"document_identification_type": "ALIEN_REGISTRATION_CARD",
"document_identification_number": "12345678A",
"email": "aaronarriero_.@gmail.co.com",
"phone": {
"number": "625879461",
"prefix": "+34"
},
"work_phone": {
"number": "643521598",
"prefix": "+34"
},
"home_phone": {
"number": "625879461",
"prefix": "+34"
},
"mobile_phone": {
"number": "625879461",
"prefix": "+34"
},
"occupation": "ball juggler",
"social_security_number": "1212121212",
"birthdate": "1986-03-06",
"source_of_funds": "Bank"
}Response
OK