GET
/
datasources
/
rug
/
garantias
/
{id}
curl --request GET \
  --url https://api.syntage.com/datasources/rug/garantias/{id} \
  --header 'X-API-Key: <api-key>'
{
  "@context": "/contexts/RugGarantia",
  "@id": "/datasources/rug/garantias/99c13810-868f-482e-a6f1-878254248d27",
  "@type": "RugGarantia",
  "id": "99c13810-868f-482e-a6f1-878254248d27",
  "numeroDeGarantia": 123456,
  "fechaDeInscripcion": "2021-10-12T19:58:11.000Z",
  "fechaDeCancelacion": "2023-03-12T00:00:00.000Z",
  "otorgantes": [
    {
      "nombre": "El Otorgante de Garantías Mobiliarias, S.A. de C.V.",
      "folioElectronico": "34011*7"
    }
  ],
  "acreedor": "Grupo Financiero Acreedor, S.A.P.I. de C.V., SOFOM E.N.R.",
  "tipoDeGarantia": "factoraje_financiero",
  "monto": 12345.67,
  "moneda": "peso_mexicano",
  "tipoDeLosBienes": [
    "derechos_incluyendo_derechos_de_cobro"
  ],
  "descripcionDeLosBienesBienes": "Factura con el folio fiscal 99c13810-868f-482e-a6f1-878254248d27",
  "fechaDeCelebracionDelActoOContrato": "2021-03-08T00:00:00.000Z",
  "fechaDeTerminacionDelActoOContrato": "2022-03-08T00:00:00.000Z",
  "operaciones": [
    {
      "@id": "/datasources/rug/operaciones/99c13810-868f-482e-a6f1-878254248d27",
      "@type": "RugOperacion",
      "id": "99c13810-868f-482e-a6f1-878254248d27",
      "numeroDeAsiento": 12345678,
      "tipo": "inscripcion",
      "fecha": "2021-10-12T00:00:00.000Z",
      "file": "/files/99c13810-868f-482e-a6f1-878254248d27",
      "createdAt": "2020-01-01T12:15:00.000Z",
      "updatedAt": "2020-01-01T12:15:00.000Z"
    }
  ],
  "createdAt": "2020-01-01T12:15:00.000Z",
  "updatedAt": "2020-01-01T12:15:00.000Z"
}

Authorizations

X-API-Key
string
header
required

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

Path Parameters

id
string
required

Response

200
application/ld+json

RUG garantia resource response

The response is of type object.