PUT api/PersonaFisicas/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

PersonaFisica
NameDescriptionTypeAdditional information
idPersonaFisica

globally unique identifier

None.

idProveedor

globally unique identifier

None.

idPersona

globally unique identifier

None.

RFC

string

None.

RazonSocial

string

None.

FolioCedulaFiscal

string

None.

idDireccionFiscal

globally unique identifier

None.

ConstanciaFiscal

Collection of byte

None.

OpinionCumplimiento

Collection of byte

None.

banCF

boolean

None.

banOC

boolean

None.

Proveedor

Proveedor

None.

Request Formats

application/json, text/json

Sample:
{
  "idPersonaFisica": "b2f56701-be18-4d27-ab8a-98bed472d58a",
  "idProveedor": "71032ace-4495-44b3-91f7-744cfcddac03",
  "idPersona": "b8085bec-7c0c-4b08-a434-9e73d406aee5",
  "RFC": "sample string 4",
  "RazonSocial": "sample string 5",
  "FolioCedulaFiscal": "sample string 6",
  "idDireccionFiscal": "e097cf0c-e3f8-43b6-ab2b-3292dd73cd8c",
  "ConstanciaFiscal": "QEA=",
  "OpinionCumplimiento": "QEA=",
  "banCF": true,
  "banOC": true,
  "Proveedor": {
    "$id": "2",
    "idProveedor": "0b6f0e04-5ab2-4887-b415-9b7665220f35",
    "numProveedor": "sample string 2",
    "nomComercial": "sample string 3",
    "iniVigencia": "2026-03-13T20:37:18.0973375+00:00",
    "finVigencia": "2026-03-13T20:37:18.0973375+00:00",
    "idTipoProveedor": "892e75f9-b62c-40f3-a6f9-426ad26893b4",
    "fecAlta": "2026-03-13T20:37:18.0973375+00:00",
    "status": true,
    "idTipoPersona": "fd53577a-27fb-4ea3-b3b9-c44e2f0bfc70",
    "fecBaja": "2026-03-13T20:37:18.0973375+00:00",
    "idDireccionComercial": "f4c94d80-35c7-4470-9cb3-967c58db0536",
    "catTipoPersona": {
      "$id": "3",
      "idTipoPersona": "e6ad6efe-dfb5-4b1f-a1d2-51f0306a43df",
      "codTipoPersona": "sample string 2",
      "nomTipoPersona": "sample string 3",
      "Proveedor": {
        "$id": "4",
        "$values": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ]
      }
    },
    "catTipoProveedor": {
      "$id": "5",
      "idTipoProveedor": "68199d77-a5a0-43dc-b652-efaf75e97d77",
      "codTipoProveedor": "sample string 2",
      "nomTipoProveedor": "sample string 3",
      "Proveedor": {
        "$id": "6",
        "$values": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ]
      },
      "catTipoArchivo": {
        "$id": "7",
        "$values": [
          {
            "$id": "8",
            "idTipoArchivo": "49ae153e-45fa-4c7e-bede-87c9a3b95925",
            "nomTipoArchivo": "sample string 2",
            "catTipoProveedor": {
              "$id": "9",
              "$values": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ]
            },
            "Archivos": {
              "$id": "10",
              "idArchivo": "b354c4e1-805e-4621-b293-2a6475793391",
              "idTipoArchivo": "332520c8-c64e-46d7-9f1e-6b00a971a497",
              "nomArchivo": "sample string 3",
              "Archivo": "QEA=",
              "catTipoArchivo": {
                "$ref": "8"
              },
              "Proveedor": {
                "$ref": "2"
              }
            }
          },
          {
            "$ref": "8"
          }
        ]
      }
    },
    "Proveedor_Cedulas": {
      "$id": "11",
      "$values": [
        {
          "$id": "12",
          "idCedula": "e65476ba-8b71-453d-add2-7bb1eec55d52",
          "idProveedor": "9aad57a8-795b-4876-b896-ade8cb44aafa",
          "identificador": "sample string 3",
          "numCedula": "sample string 4",
          "Titulo": "sample string 5",
          "idGenero": "520c83d0-8a0c-4064-be51-818f4693ae43",
          "Institucion": "sample string 7",
          "Nombre": "sample string 8",
          "Paterno": "sample string 9",
          "Materno": "sample string 10",
          "anioRegistro": 1,
          "Tipo": "sample string 11",
          "idEspecialidad": "6d5bc3d5-4528-4c59-b9ca-4710d7bdefab",
          "catEspecialidades": {
            "$id": "13",
            "idEspecialidad": "d8c33ea7-0a47-4c40-b3d9-886b5c7b2c87",
            "nomEspecialidad": "sample string 2",
            "padre": 3,
            "hijo": 4,
            "Proveedor_Cedulas": {
              "$id": "14",
              "$values": [
                {
                  "$ref": "12"
                },
                {
                  "$ref": "12"
                }
              ]
            }
          },
          "catGenero": {
            "$id": "15",
            "idGenero": "5b1718e7-11ee-4467-922c-1873e7f58595",
            "codGenero": "sample string 2",
            "nomGenero": "sample string 3",
            "Proveedor_Cedulas": {
              "$id": "16",
              "$values": [
                {
                  "$ref": "12"
                },
                {
                  "$ref": "12"
                }
              ]
            }
          },
          "Proveedor": {
            "$ref": "2"
          }
        },
        {
          "$ref": "12"
        }
      ]
    },
    "catImpuesto_Det": {
      "$id": "17",
      "$values": [
        {
          "$id": "18",
          "idImpuestoDet": "943e5a70-331e-4680-b141-0669f3d542bb",
          "idImpuesto": "a3d97230-4d96-4887-b3a4-29b5c97667a1",
          "codImpuestoDet": "sample string 3",
          "nomImpuestoDet": "sample string 4",
          "valImpuestoDet": 5.1,
          "catImpuestos": {
            "$id": "19",
            "idImpuesto": "9129f862-3b5f-48c8-a825-aa2e4a6bcb77",
            "codImpuesto": "sample string 2",
            "nomImpuesto": "sample string 3",
            "catImpuesto_Det": {
              "$id": "20",
              "$values": [
                {
                  "$ref": "18"
                },
                {
                  "$ref": "18"
                }
              ]
            }
          },
          "Proveedor": {
            "$id": "21",
            "$values": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ]
          }
        },
        {
          "$ref": "18"
        }
      ]
    },
    "Redes": {
      "$id": "22",
      "$values": [
        {
          "$id": "23",
          "idRed": "f6392f37-e3bd-43a1-be30-5b7ebf406992",
          "nomRed": "sample string 2",
          "base": 1.0,
          "Producto": {
            "$id": "24",
            "$values": [
              {
                "$id": "25",
                "idProducto": "53c65387-6683-44d5-bb3a-2a167c8904fc",
                "nomProducto": "sample string 2",
                "idRed": "3e6299e8-6e60-4fe5-a8a2-55793977569f",
                "Redes": {
                  "$ref": "23"
                },
                "Producto_rel_ClienteCorp": {
                  "$id": "26",
                  "$values": [
                    {
                      "$id": "27",
                      "idClienteCorp": "b43692c7-1303-4580-b23b-1fa0c6ed728e",
                      "idProducto": "a564152a-2a2d-479d-a937-d1c33408df51",
                      "Producto": {
                        "$ref": "25"
                      }
                    },
                    {
                      "$ref": "27"
                    }
                  ]
                }
              },
              {
                "$ref": "25"
              }
            ]
          },
          "Proveedor": {
            "$id": "28",
            "$values": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ]
          }
        },
        {
          "$ref": "23"
        }
      ]
    },
    "Persona_Moral": {
      "$id": "29",
      "$values": [
        {
          "$id": "30",
          "idPersonaMoral": "634f6361-6348-445f-a0dd-227888d2c42e",
          "idProveedor": "e8840894-f6ee-4429-832b-539de32af946",
          "RFC": "sample string 3",
          "RazonSocial": "sample string 4",
          "FolioCedulaFiscal": "sample string 5",
          "idDireccionFiscal": "1ad331db-9533-4173-b22f-a43916831e82",
          "ConstanciaFiscal": "QEA=",
          "OpinionCumplimiento": "QEA=",
          "banCF": true,
          "banOC": true,
          "Proveedor": {
            "$ref": "2"
          }
        },
        {
          "$ref": "30"
        }
      ]
    },
    "PersonaFisica": {
      "$id": "31",
      "$values": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    },
    "ProgresoProv": {
      "$id": "32",
      "idProveedor": "0731ba3a-89f8-40de-902d-d7da262d4114",
      "DatosGenerales": 2,
      "DatosFiscales": 3,
      "DatosArchivos": 4,
      "Proveedor": {
        "$ref": "2"
      }
    },
    "Archivos": {
      "$id": "33",
      "$values": [
        {
          "$ref": "10"
        },
        {
          "$ref": "10"
        }
      ]
    }
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.