Skip to main content
GET
/
datasources
/
rpc
/
socios
/
{id}
Retrieve RPC socio
curl --request GET \
  --url https://api.syntage.com/datasources/rpc/socios/{id} \
  --header 'X-API-Key: <api-key>'
{
  "@context": "/contexts/RpcSocio",
  "id": "91106968-1abd-4d64-85c1-4e73d96fb997",
  "estatus": "Activo",
  "nacionalidad": "Mexicana",
  "nombre": "FOO BAR",
  "apellidoPaterno": "<string>",
  "apellidoMaterno": "<string>",
  "rfc": "<string>",
  "curp": "<string>",
  "serie": "A",
  "fechaDeConstitucion": "04/05/2016",
  "fechaDeNacimiento": "<string>",
  "acciones": "999",
  "total": "19000.0",
  "valor": "19000.0",
  "createdAt": "2020-01-01T12:15:00.000Z",
  "updatedAt": "2020-01-01T12:15:00.000Z",
  "@id": "/datasources/rpc/socios/91106968-1abd-4d64-85c1-4e73d96fb997",
  "@type": "RpcSocio",
  "rpcEntidade": {
    "@id": "/datasources/mx/rpc/entidades/99c13810-868f-482e-a6f1-878254248d27",
    "@type": "RpcEntidade",
    "id": "99c13810-868f-482e-a6f1-878254248d27",
    "fme": "N-2000000000",
    "nombreRazonSocial": "FOO BAR, S.A. DE C.V."
  }
}

Authorizations

X-API-Key
string
header
required

Your API key is available in the Production and Sandbox dashboards.

Path Parameters

id
string<uuid>
required

Response

RPC socio resource response

Shareholder or partner record nested in an RPC entidade response

@context
string
default:/contexts/RpcSocio
id
string<uuid>

RPC socio ID

Example:

"91106968-1abd-4d64-85c1-4e73d96fb997"

estatus
string | null

Shareholder status reported by RPC

Example:

"Activo"

nacionalidad
string | null

Shareholder nationality reported by RPC

Example:

"Mexicana"

nombre
string | null

Shareholder given name or company name

Example:

"FOO BAR"

apellidoPaterno
string | null

Shareholder paternal surname

apellidoMaterno
string | null

Shareholder maternal surname

rfc
string | null

Shareholder RFC when reported by RPC

curp
string | null

Shareholder CURP when reported by RPC

serie
string | null

Share series reported by RPC

Example:

"A"

fechaDeConstitucion
string | null

Incorporation date when the shareholder is a company

Example:

"04/05/2016"

fechaDeNacimiento
string | null

Birth date when the shareholder is a person

acciones
string | null

Number of shares reported by RPC

Example:

"999"

total
string | null

Total share amount reported by RPC

Example:

"19000.0"

valor
string | null

Share value reported by RPC

Example:

"19000.0"

createdAt
string

Date and time the resource was created

Example:

"2020-01-01T12:15:00.000Z"

updatedAt
string

Date and time the resource was last updated

Example:

"2020-01-01T12:15:00.000Z"

@id
string<iri-reference>

RPC socio IRI reference

Example:

"/datasources/rpc/socios/91106968-1abd-4d64-85c1-4e73d96fb997"

@type
string
default:RpcSocio
rpcEntidade
object

Basic RPC entidade profile information